| Index: base/logging.h
|
| diff --git a/base/logging.h b/base/logging.h
|
| index 9c660fa0ccfb61f8b9befbcf449eeda62cec12ab..19e192030578d69eacb7714b9e3ee4f2266cb684 100644
|
| --- a/base/logging.h
|
| +++ b/base/logging.h
|
| @@ -964,7 +964,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)
|
|
|