Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
a98fb143
Commit
a98fb143
authored
Oct 21, 2019
by
GILLES Sebastien
Browse files
#1494 Lower the AppleClang version to activate missing-prototype deactivation.
parent
1e837cb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/Utilities/Warnings/Internal/IgnoreWarning/missing-prototypes.hpp
View file @
a98fb143
...
...
@@ -9,7 +9,7 @@
# include "Utilities/Warnings/Pragma.hpp"
# ifdef __clang__
# if !defined(__apple_build_version__) || __clang_major__ >= 1
1
# if !defined(__apple_build_version__) || __clang_major__ >= 1
0
PRAGMA_DIAGNOSTIC
(
ignored
"-Wmissing-prototypes"
)
# endif
# endif // __clang__
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment