Skip to content
GitLab
Menu
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
2fdea851
Commit
2fdea851
authored
Oct 12, 2019
by
GILLES Sebastien
Browse files
#1292 Add an IncludeWithoutWarning file for Xtensor.
parent
ebf509c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ThirdParty/IncludeWithoutWarning/Xtensor/Xtensor.hpp
0 → 100644
View file @
2fdea851
//
// xtensor.hpp
// MoReFEM
//
// Created by sebastien on 12/10/2019.
// Copyright © 2019 Inria. All rights reserved.
//
#ifndef MOREFEM_x_THIRD_PARTY_x_INCLUDE_WITHOUT_WARNING_x_XTENSOR_x_XTENSOR_HPP_
# define MOREFEM_x_THIRD_PARTY_x_INCLUDE_WITHOUT_WARNING_x_XTENSOR_x_XTENSOR_HPP_
# include "Utilities/Pragma/Pragma.hpp"
PRAGMA_DIAGNOSTIC
(
push
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wshadow-field-in-constructor"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wshadow"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wundef"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wcomma"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wswitch-enum"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wweak-vtables"
)
PRAGMA_DIAGNOSTIC
(
ignored
"-Wunused-template"
)
# include "xtensor/xtensor.hpp"
# include "xtensor/xio.hpp"
PRAGMA_DIAGNOSTIC
(
pop
)
#endif // MOREFEM_x_THIRD_PARTY_x_INCLUDE_WITHOUT_WARNING_x_XTENSOR_x_XTENSOR_HPP_
Write
Preview
Supports
Markdown
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