diff options
Diffstat (limited to 'base/logging.h')
-rw-r--r-- | base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h index e9faca3..cac520a 100644 --- a/base/logging.h +++ b/base/logging.h @@ -963,7 +963,7 @@ inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) { #endif #if NOTIMPLEMENTED_POLICY == 0 -#define NOTIMPLEMENTED() ; +#define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS #elif NOTIMPLEMENTED_POLICY == 1 // TODO, figure out how to generate a warning #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED) |