Update to support latest N64Recomp - Silence warnings in CMake (#358)

This commit is contained in:
David Chavez
2024-06-05 07:58:24 +02:00
committed by GitHub
parent bec699f0bd
commit 030d793056
3 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
#ifdef __clang__
#pragma clang diagnostic ignored "-Wunused-variable"
#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
#endif