mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
9906261e23
Fix some warnings. Rename panic_ask to log_technical_bug.
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
|