aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-24 13:18:23 +0200
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2014-10-24 13:18:23 +0200
commit04ffb9956eb75fbab8f4926235ba011ae7a79d39 (patch)
treece0e7dae37fd8f8c0404ccd7290e4b827bd2206f /test/main.h
parent94ed7c81e6c20ea069cfc37adce7b45dad91691c (diff)
Replace TEST_SET_BUT_UNUSED_VARIABLE by already defined EIGEN_UNUSED_VARIABLE
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.h b/test/main.h
index adf4adb31..b3fa68476 100644
--- a/test/main.h
+++ b/test/main.h
@@ -61,7 +61,7 @@
#endif
// shuts down ICC's remark #593: variable "XXX" was set but never used
-#define TEST_SET_BUT_UNUSED_VARIABLE(X) X = X + 0;
+#define TEST_SET_BUT_UNUSED_VARIABLE(X) EIGEN_UNUSED_VARIABLE(X)
// the following file is automatically generated by cmake
#include "split_test_helper.h"