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
06a53351
Commit
06a53351
authored
Apr 11, 2019
by
GILLES Sebastien
Browse files
#1404 Fix a gcc warning.
parent
3c5e9f8b
Pipeline
#73577
passed with stages
in 17 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/Test/Operators/VariationalInstances/NonlinearMembrane/main.cpp
View file @
06a53351
...
...
@@ -55,7 +55,10 @@ namespace // anonymous
PRAGMA_DIAGNOSTIC
(
push
)
#ifdef __clang__
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
#endif // __clang__
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