[libc] fix a warning squelch for some locally defined routines

This commit is contained in:
Travis Geiselbrecht
2022-10-23 22:58:24 -07:00
parent 7017a8fff9
commit 4ce2e6a35d

View File

@@ -8,7 +8,7 @@
/* some cruft we have to define when using the linux toolchain */
#include <unwind.h>
#pragma GCC diagnostic ignored "-Wmissing-declarations"
#pragma GCC diagnostic ignored "-Wmissing-prototypes"
void *__dso_handle;