Suppress warnings in Google Mock
This commit is contained in:
parent
7d6622942c
commit
763d1fe6a3
@ -36,6 +36,10 @@
|
|||||||
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_H_
|
#ifndef GMOCK_INCLUDE_GMOCK_GMOCK_H_
|
||||||
#define 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:
|
// This file implements the following syntax:
|
||||||
//
|
//
|
||||||
// ON_CALL(mock_object.Method(...))
|
// ON_CALL(mock_object.Method(...))
|
||||||
|
Loading…
Reference in New Issue
Block a user