Commit 9c212cae by alokp@chromium.org

Fixed warnings in release build. Trace was not defined properly.

Review URL: http://codereview.appspot.com/1484041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@327 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 84a96288
...@@ -28,7 +28,7 @@ void Trace(const char* format, ...); ...@@ -28,7 +28,7 @@ void Trace(const char* format, ...);
#else // TRACE_ENABLED #else // TRACE_ENABLED
#define Trace ((void)0) #define Trace(...) ((void)0)
#endif // TRACE_ENABLED #endif // TRACE_ENABLED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment