mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
mark all local variables as static
This commit is contained in:
@ -32,8 +32,8 @@
|
||||
#pragma clang diagnostic ignored "-Wshadow"
|
||||
#endif
|
||||
|
||||
bool TexFmt_Overlay_Enable=false;
|
||||
bool TexFmt_Overlay_Center=false;
|
||||
static bool TexFmt_Overlay_Enable=false;
|
||||
static bool TexFmt_Overlay_Center=false;
|
||||
|
||||
extern const char* texfmt[];
|
||||
extern const unsigned char sfont_map[];
|
||||
|
Reference in New Issue
Block a user