aboutsummaryrefslogtreecommitdiff
path: root/tests/framework.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-04-24 15:29:05 -0400
committerGitHub <noreply@github.com>2020-04-24 15:29:05 -0400
commit338abde356efcae6cf0a000b71b781d21c8733b6 (patch)
treeb275d303c93662ea4879fdca4597aa21e1c9421c /tests/framework.h
parentd78903961ee95376bccde7c1313be5b583911ab7 (diff)
parent24992f1f426111f0ce05df341087a55486ae48db (diff)
downloadspmc-338abde356efcae6cf0a000b71b781d21c8733b6.tar.gz
Merge pull request #30 from jhunkeler/shlib-macos
Shlib macos
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;