diff options
| author | cah <cah@ableton.com> | 2024-03-22 12:09:28 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2024-03-22 12:09:28 +0100 |
| commit | 4b5d6e8d27dfd5fb282590538068662f4dbbf1c9 (patch) | |
| tree | c76a83f863ff138d4caf14874dfa40c87463d044 | |
| parent | 861e3a89af2dcd3505bf3d7f7196ffb5b537330b (diff) | |
Remove pragma that raises a warning on GCC.v1.0.0
| -rw-r--r-- | src/KM_platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KM_platform.h b/src/KM_platform.h index dfd3e4c..c8d1d4e 100644 --- a/src/KM_platform.h +++ b/src/KM_platform.h @@ -48,7 +48,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # include <stdlib.h> # include <stdio.h> # include <stdarg.h> -# pragma warning(disable:4786) // Ignore "identifer > 255 characters" warning typedef unsigned __int64 ui64_t; typedef __int64 i64_t; |
