mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
95be95c531
Clean warnings reactivated. Clean build flags in the 4 configurations to make RELEASE_XCODE8 works in QEMU.
7 lines
157 B
C
7 lines
157 B
C
|
|
#include <Uefi.h>
|
|
|
|
#pragma GCC diagnostic ignored "-Wunused"
|
|
|
|
int gOpensslLibNullDummy; // to silence libtool warning saying that there is no symbols
|