Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
46308db2
Commit
46308db2
authored
Mar 29, 2019
by
GILLES Sebastien
Browse files
#1397 Deactivate another warning for older AppleClang.
parent
a280737b
Pipeline
#71562
passed with stages
in 8 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/ThirdParty/IncludeWithoutWarning/Boost/Optional.hpp
View file @
46308db2
...
...
@@ -32,10 +32,10 @@ PRAGMA_DIAGNOSTIC(ignored "-Wundef")
# if (not defined(__apple_build_version__) || __clang_major__ >= 10)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wzero-as-null-pointer-constant"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wredundant-parens"
)
# endif
PRAGMA_DIAGNOSTIC
(
ignored
"-Wreserved-id-macro"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wredundant-parens"
)
# endif // __clang__
...
...
Sources/ThirdParty/IncludeWithoutWarning/Boost/Variant.hpp
View file @
46308db2
...
...
@@ -30,10 +30,10 @@ PRAGMA_DIAGNOSTIC(ignored "-Wreserved-id-macro")
PRAGMA_DIAGNOSTIC
(
ignored
"-Wweak-vtables"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wundef"
)
# if (not defined(__apple_build_version__) || __clang_major__ >= 10)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wredundant-parens"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wzero-as-null-pointer-constant"
)
# endif
PRAGMA_DIAGNOSTIC
(
ignored
"-Wreserved-id-macro"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wredundant-parens"
)
# endif // __clang__
# ifdef MOREFEM_GCC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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