summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2024-03-22 12:09:28 +0100
committercah <cah@ableton.com>2024-03-22 12:09:28 +0100
commit4b5d6e8d27dfd5fb282590538068662f4dbbf1c9 (patch)
treec76a83f863ff138d4caf14874dfa40c87463d044
parent861e3a89af2dcd3505bf3d7f7196ffb5b537330b (diff)
Remove pragma that raises a warning on GCC.v1.0.0
-rw-r--r--src/KM_platform.h1
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;