mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +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
|