diff options
Diffstat (limited to '3rdParty/hippomocks.h')
-rw-r--r-- | 3rdParty/hippomocks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdParty/hippomocks.h b/3rdParty/hippomocks.h index 5a0efe3..ae819d2 100644 --- a/3rdParty/hippomocks.h +++ b/3rdParty/hippomocks.h @@ -1,6 +1,9 @@ #ifndef HIPPOMOCKS_H
#define HIPPOMOCKS_H
+#pragma GCC diagnostic ignored "-Wold-style-cast"
+#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
+
#ifndef EXCEPTION_BUFFER_SIZE
#define EXCEPTION_BUFFER_SIZE 65536
#endif
|