1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

ts: apply CV_OVERRIDE/CV_FINAL

- disable "-Wsuggest-override" in tests
This commit is contained in:
Alexander Alekhin
2018-03-15 16:04:20 +03:00
parent 6bd80ba71b
commit 773877cd12
4 changed files with 20 additions and 11 deletions
+3
View File
@@ -41,6 +41,9 @@
#ifdef __GNUC__
# pragma GCC diagnostic ignored "-Wmissing-declarations"
# pragma GCC diagnostic ignored "-Wmissing-field-initializers"
# if __GNUC__ >= 5
# pragma GCC diagnostic ignored "-Wsuggest-override"
# endif
#endif
// The following lines pull in the real gtest *.cc files.