diff options
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r-- | src/utils/physfstools.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h index dd91f18b1..f65b9c344 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -21,7 +21,11 @@ #ifndef UTILS_PHYSFSTOOLS_H #define UTILS_PHYSFSTOOLS_H +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wlong-long" #include <physfs.h> +#pragma GCC diagnostic pop + #include <string> namespace PhysFs |