Fix warning option '-Wmissing-prototypes' is valid for C/ObjC but not for C++.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-08-06 20:47:24 +03:00
parent 9e80bc186d
commit cb6c2eb8eb
2 changed files with 0 additions and 2 deletions

View file

@ -100,7 +100,6 @@
#endif //defined(Q_OS_MAC)
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Wmissing-prototypes")
QT_WARNING_DISABLE_CLANG("-Wmissing-prototypes")
QT_WARNING_DISABLE_INTEL(1418)

View file

@ -67,7 +67,6 @@
#endif
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Wmissing-prototypes")
QT_WARNING_DISABLE_CLANG("-Wmissing-prototypes")
QT_WARNING_DISABLE_INTEL(1418)