Suppress warnings in Google Mock

This commit is contained in:
vitaut 2016-03-08 07:36:22 -08:00
parent 7d6622942c
commit 763d1fe6a3

View File

@ -36,6 +36,10 @@
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_H_
#define GMOCK_INCLUDE_GMOCK_GMOCK_H_
#ifdef __clang__
# pragma clang diagnostic ignored "-Wc99-extensions"
#endif
// This file implements the following syntax:
//
// ON_CALL(mock_object.Method(...))