Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cf9389ef authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#1356 Fix new warning following upgrade to XCode 10.

parent 217de3c3
Branches
Tags
No related merge requests found
......@@ -28,6 +28,8 @@ PRAGMA_DIAGNOSTIC(ignored "-Wweak-vtables")
PRAGMA_DIAGNOSTIC(ignored "-Wundef")
PRAGMA_DIAGNOSTIC(ignored "-Wzero-as-null-pointer-constant")
PRAGMA_DIAGNOSTIC(ignored "-Wreserved-id-macro")
PRAGMA_DIAGNOSTIC(ignored "-Wredundant-parens")
# endif // __clang__
# ifdef MOREFEM_GCC
......
......@@ -28,6 +28,7 @@ PRAGMA_DIAGNOSTIC(ignored "-Wweak-vtables")
PRAGMA_DIAGNOSTIC(ignored "-Wundef")
PRAGMA_DIAGNOSTIC(ignored "-Wzero-as-null-pointer-constant")
PRAGMA_DIAGNOSTIC(ignored "-Wreserved-id-macro")
PRAGMA_DIAGNOSTIC(ignored "-Wredundant-parens")
# endif // __clang__
# ifdef MOREFEM_GCC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment