mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-25 11:55:28 +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
|