Skip to content

Commit aff82b6

Browse files
author
RubioJr9
committed
Undo adding min max for windows
1 parent 83370ae commit aff82b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Core/Datatypes/TensorBase.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,9 @@
2828
#ifndef CORE_DATATYPES_TENSOR_BASE_H
2929
#define CORE_DATATYPES_TENSOR_BASE_H
3030

31-
#pragma GCC diagnostic warning "-Wunused-parameter"
3231
#include <unsupported/Eigen/CXX11/Tensor>
33-
#pragma GCC diagnostic error "-Wunused-parameter"
34-
3532
#include <Core/Datatypes/share.h>
3633

37-
#ifndef NOMINMAX
38-
#define min(x,y) ((x) < (y) ? (x) : (y))
39-
#define max(x,y) ((x) > (y) ? (x) : (y))
40-
#endif
41-
4234
namespace SCIRun {
4335
namespace Core {
4436
namespace Datatypes {

0 commit comments

Comments
 (0)