diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/framework.h | 1 |
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; |