summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.c b/test.c
index aa0da1fd..dc71941f 100644
--- a/test.c
+++ b/test.c
@@ -12,6 +12,9 @@
UINT8 in_protocol = 0;
int debug = DEFAULT_DEBUG_PRINT_STATE;
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+#pragma GCC diagnostic ignored "-Wunused-function"
+
EFI_STATUS EFIAPI
LogError_(const char *file, int line, const char *func, const CHAR16 *fmt, ...)
{