aboutsummaryrefslogtreecommitdiff
path: root/tests/framework.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-24 12:28:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-24 12:28:39 -0400
commit036ae241b9ec719eb5968b21aa98845d7536b4ff (patch)
tree76bb356856a810b341343c49d472c66a10378b41 /tests/framework.h
parent1f947b4786c310c13147400d737cd48bd2f05da4 (diff)
downloadspmc-036ae241b9ec719eb5968b21aa98845d7536b4ff.tar.gz
Disable unused parameter warnings for tests. Tired of them.
Diffstat (limited to 'tests/framework.h')
-rw-r--r--tests/framework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework.h b/tests/framework.h
index 2a7b268..312e917 100644
--- a/tests/framework.h
+++ b/tests/framework.h
@@ -2,6 +2,7 @@
#define SPM_FRAMEWORK_H
#include <limits.h>
#include <fcntl.h>
+#pragma GCC diagnostic ignored "-Wunused-parameter"
union TestValue {
const char *sptr;