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
694c76a9
Commit
694c76a9
authored
Apr 10, 2019
by
GILLES Sebastien
Browse files
#1398 More warnings corrections...
parent
e742276f
Pipeline
#73407
failed with stages
in 7 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/Test/Operators/VariationalInstances/Pk2/main_3D.cpp
View file @
694c76a9
...
...
@@ -55,8 +55,11 @@ namespace // anonymous
}
// namespace anonymous
PRAGMA_DIAGNOSTIC
(
push
)
\
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
\
PRAGMA_DIAGNOSTIC
(
push
)
#ifdef __clang__
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
#endif // __clang__
BOOST_FIXTURE_TEST_SUITE
(
same_unknown_for_test
,
fixture_type
)
...
...
Sources/Test/Tools/MacroVariationalOperator.hpp
View file @
694c76a9
...
...
@@ -17,7 +17,9 @@
//! Convenient macro for testing operators that acts upon both scalar and vectorial unknowns.
#define TEST_VARIATIONAL_OPERATOR \
PRAGMA_DIAGNOSTIC(push) \
# ifdef __clang__ \
PRAGMA_DIAGNOSTIC(ignored "-Wdisabled-macro-expansion") \
# endif \
\
BOOST_FIXTURE_TEST_SUITE(same_unknown_for_test, fixture_type) \
\
...
...
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