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
ef8765ba
Commit
ef8765ba
authored
Oct 20, 2019
by
GILLES Sebastien
Browse files
#1292 Add initial values to avoid a warning in release.
parent
c1b8b451
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/ThirdParty/IncludeWithoutWarning/Xtensor/Xtensor.hpp
View file @
ef8765ba
...
...
@@ -27,7 +27,7 @@ PRAGMA_DIAGNOSTIC(ignored "-Wparentheses") // at least for gcc \todo #1292
PRAGMA_DIAGNOSTIC
(
ignored
"-Wunused-template"
)
# if !defined(__apple_build_version__) || __clang_major__ >= 11
PRAGMA_DIAGNOSTIC
(
ignored
"-Wextra-semi-stmt"
)
# endif
#
MatrixOperations.hxx
endif
# endif // __clang__
# include "xtensor/xtensor.hpp"
...
...
Sources/ThirdParty/Wrappers/Petsc/Matrix/MatrixOperations.hxx
View file @
ef8765ba
...
...
@@ -142,7 +142,7 @@ namespace MoReFEM
DoReuseMatrix
do_reuse_matrix
)
{
Mat
result
;
int
error_code
;
int
error_code
{}
;
switch
(
do_reuse_matrix
)
{
...
...
@@ -257,7 +257,7 @@ namespace MoReFEM
DoReuseMatrix
do_reuse_matrix
)
{
Mat
result
;
int
error_code
;
int
error_code
{}
;
switch
(
do_reuse_matrix
)
{
case
DoReuseMatrix
::
no
:
...
...
@@ -352,7 +352,7 @@ namespace MoReFEM
{
Mat
result
;
int
error_code
;
int
error_code
{}
;
switch
(
do_reuse_matrix
)
{
...
...
@@ -414,7 +414,7 @@ namespace MoReFEM
DoReuseMatrix
do_reuse_matrix
)
{
Mat
result
;
int
error_code
;
int
error_code
{}
;
switch
(
do_reuse_matrix
)
{
...
...
@@ -474,7 +474,7 @@ namespace MoReFEM
DoReuseMatrix
do_reuse_matrix
)
{
Mat
result
;
int
error_code
;
int
error_code
{}
;
switch
(
do_reuse_matrix
)
{
...
...
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