mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-30 08:42:56 +02:00
deal with some gcc7+ warnings
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
#include <pico/pico_int.h>
|
||||
#include <pico/patch.h>
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 7
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#define PATH_SEP "/"
|
||||
#define PATH_SEP_C '/'
|
||||
|
||||
Submodule platform/libpicofe updated: f8cd6a082b...795b71c571
Reference in New Issue
Block a user