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
5a0f7cde
Commit
5a0f7cde
authored
Apr 12, 2019
by
GILLES Sebastien
Browse files
#859 Fix compilation warning.
parent
ac5c7c13
Pipeline
#73931
passed with stages
in 10 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/Test/Geometry/DomainListInCoords/Model.cpp
View file @
5a0f7cde
...
...
@@ -148,7 +148,9 @@ namespace MoReFEM
PRAGMA_DIAGNOSTIC
(
push
)
#ifdef __clang__
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
#endif // # __clang__
void
CheckValue
(
std
::
string
&&
name
,
...
...
Sources/Test/Geometry/DomainListInCoords/main.cpp
View file @
5a0f7cde
...
...
@@ -49,8 +49,9 @@ namespace // anonymous
PRAGMA_DIAGNOSTIC
(
push
)
#ifdef __clang__
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
#endif // # __clang__
BOOST_FIXTURE_TEST_CASE
(
normal_domains
,
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