diff options
| author | 2025-04-20 18:46:19 +1000 | |
|---|---|---|
| committer | 2025-04-20 18:46:19 +1000 | |
| commit | d1e35612fa1076ae73d58a6583b8b32f57debd8b (patch) | |
| tree | 2803b884f7def423cb47b1bf1434b685586dafb4 /3rdparty | |
| parent | 3f69ebaa8243fca4c97eb5a58951bfbc7d68bde3 (diff) | |
3rdparty/portmidi: Another undefined macro warning.
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/portmidi/pm_mac/readbinaryplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/portmidi/pm_mac/readbinaryplist.c b/3rdparty/portmidi/pm_mac/readbinaryplist.c index 5afc9b606d7..9564e700d0b 100644 --- a/3rdparty/portmidi/pm_mac/readbinaryplist.c +++ b/3rdparty/portmidi/pm_mac/readbinaryplist.c @@ -353,7 +353,7 @@ value_ptr bplist_read_file(const char *filename) value_ptr value; int rslt = stat(filename, &stbuf); if (rslt) { - #if BPLIST_LOG + #if defined(BPLIST_LOG) && (BPLIST_LOG != 0) perror("in stat"); #endif bplist_log("Could not stat %s, error %d\n", filename, rslt); |
