fix compiler warnings

This commit is contained in:
2025-01-20 09:41:29 -05:00
parent f545ce5333
commit 37640bf349
9 changed files with 9 additions and 9 deletions

View File

@@ -21,6 +21,7 @@
#include "fileio/resmgr/res_strings.hpp"
#include "fileio/resmgr/res_sound.hpp"
bool mac_is_intel(); // to suppress "no prototype" warning
bool mac_is_intel(){
static bool checked_for_intel = false;
static bool _mac_is_intel;