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
8cf96579
Commit
8cf96579
authored
Apr 10, 2019
by
GILLES Sebastien
Browse files
#1398 Remove space that may be the cause of a compilation error with gcc.
parent
694c76a9
Pipeline
#73410
failed with stages
in 6 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/Test/Tools/MacroVariationalOperator.hpp
View file @
8cf96579
...
...
@@ -17,9 +17,9 @@
//! Convenient macro for testing operators that acts upon both scalar and vectorial unknowns.
#define TEST_VARIATIONAL_OPERATOR \
PRAGMA_DIAGNOSTIC(push) \
#
ifdef __clang__ \
#ifdef __clang__ \
PRAGMA_DIAGNOSTIC(ignored "-Wdisabled-macro-expansion") \
#
endif \
#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