From 33db42def2ce6fe040b5f77642347e8b3c6420e5 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Sun, 21 Mar 2021 15:57:03 -0400 Subject: Make 'make test' work on gcc 4.8.5 --- test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.c') 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, ...) { -- cgit v1.2.3