mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-10 14:23:31 +01:00
9 lines
188 B
C
9 lines
188 B
C
|
|
||
|
#include <Uefi.h>
|
||
|
|
||
|
#if defined(__GNUC__)
|
||
|
#pragma GCC diagnostic ignored "-Wunused"
|
||
|
#endif
|
||
|
|
||
|
int gOpensslLibNullDummy; // to silence libtool warning saying that there is no symbols
|