Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
4db6056e
Commit
4db6056e
authored
Oct 19, 2019
by
GILLES Sebastien
Browse files
#1292 Fix fedora clang release warnings.
parent
099a61bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/ThirdParty/IncludeWithoutWarning/Xtensor/Xtensor.hpp
View file @
4db6056e
...
...
@@ -21,6 +21,7 @@ PRAGMA_DIAGNOSTIC(ignored "-Wweak-vtables")
PRAGMA_DIAGNOSTIC
(
ignored
"-Wunused-template"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wfloat-equal"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wnewline-eof"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wextra-semi-stmt"
)
# include "xtensor/xtensor.hpp"
# include "xtensor/xio.hpp"
...
...
Sources/ThirdParty/Wrappers/Xtensor/Functions.cpp
View file @
4db6056e
...
...
@@ -66,8 +66,7 @@ namespace MoReFEM::Wrappers::Xtensor
const
LocalVector
&
Y
,
LocalVector
&
out
)
{
const
auto
size
=
X
.
size
();
assert
(
size
==
3
);
assert
(
X
.
size
()
==
3
);
assert
(
Y
.
size
()
==
3
);
assert
(
out
.
size
()
==
3
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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