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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user