Commit f7083cef authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

this actually stops override warnings from gtest now.

parent c17bb7db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
#define DCA_GTEST_H_W_WARNING_BLOCKING_H

#pragma GCC diagnostic push
#include "gtest/gtest.h"
#pragma GCC diagnostic ignored "-Wsuggest-override"
#include "gtest/gtest.h"
#pragma GCC diagnostic_pop

#endif