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
296a8eb6
Commit
296a8eb6
authored
Apr 10, 2019
by
GILLES Sebastien
Browse files
#1398
Fix two remaining warnings related to pragmas.
parent
3798fe32
Pipeline
#73467
passed with stages
in 45 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/Elasticity/main_ensight_output.cpp
View file @
296a8eb6
...
...
@@ -82,8 +82,7 @@ int main(int argc, char** argv)
}
std
::
cout
<<
"End of Post-Processing."
<<
std
::
endl
;
std
::
cout
<<
TimeKeep
::
GetInstance
(
__FILE__
,
__LINE__
).
TimeElapsedSinceBeginning
()
<<
std
::
endl
;
std
::
cout
<<
TimeKeep
::
GetInstance
(
__FILE__
,
__LINE__
).
TimeElapsedSinceBeginning
()
<<
std
::
endl
;
}
catch
(
const
std
::
exception
&
e
)
{
...
...
Sources/ModelInstances/Hyperelasticity/test_results.cpp
View file @
296a8eb6
...
...
@@ -51,7 +51,6 @@ BOOST_FIXTURE_TEST_CASE(mpi4, TestNS::FixtureNS::Environment)
PRAGMA_DIAGNOSTIC
(
pop
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
namespace
// anonymous
...
...
Sources/Test/Operators/VariationalInstances/NonlinearMembrane/main.cpp
View file @
296a8eb6
...
...
@@ -54,8 +54,8 @@ namespace // anonymous
}
// namespace anonymous
PRAGMA_DIAGNOSTIC
(
push
)
\
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
\
PRAGMA_DIAGNOSTIC
(
push
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wdisabled-macro-expansion"
)
BOOST_FIXTURE_TEST_SUITE
(
same_unknown_for_test
,
fixture_type
)
...
...
@@ -103,5 +103,6 @@ namespace // anonymous
"demo_input_nonlinear_membrane.lua"
);
}
}
// namespace anonymous
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