fanzju / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Unable to use LOG(WARN) - gives compilation error #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write a C++ file that uses LOG(WARN)
2. Try to compile it - it'll fail with the error COMPACT_GOOGLE_LOG_WARN is
not defined.

What is the expected output? What do you see instead?

The file should compile.

What version of the product are you using? On what operating system?

glog-0.3.0. Ubuntu 9.10.

Please provide any additional information below.

Original issue reported on code.google.com by mohit.a...@gmail.com on 6 Nov 2009 at 4:07

GoogleCodeExporter commented 8 years ago
My bad - I'm using LOG(WARN) when I should be using LOG(WARNING). Please close 
this
issue.

Original comment by mohit.a...@gmail.com on 6 Nov 2009 at 4:09

GoogleCodeExporter commented 8 years ago
Yes, please use WARNING. Closing.

Original comment by shinichi...@gmail.com on 8 Nov 2009 at 7:46