We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83370ae commit aff82b6Copy full SHA for aff82b6
src/Core/Datatypes/TensorBase.h
@@ -28,17 +28,9 @@
28
#ifndef CORE_DATATYPES_TENSOR_BASE_H
29
#define CORE_DATATYPES_TENSOR_BASE_H
30
31
-#pragma GCC diagnostic warning "-Wunused-parameter"
32
#include <unsupported/Eigen/CXX11/Tensor>
33
-#pragma GCC diagnostic error "-Wunused-parameter"
34
-
35
#include <Core/Datatypes/share.h>
36
37
-#ifndef NOMINMAX
38
-#define min(x,y) ((x) < (y) ? (x) : (y))
39
-#define max(x,y) ((x) > (y) ? (x) : (y))
40
-#endif
41
42
namespace SCIRun {
43
namespace Core {
44
namespace Datatypes {
0 commit comments