summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-02 21:40:19 -0400
committerSam Anthony <sam@samanthony.xyz>2024-11-02 21:40:19 -0400
commit225a5bd113600a12cf37992ba377a95ba5e6fa3e (patch)
treecef228b6cb68c4b650f88708f8435062b017c822 /config.h
parentb5c25416bc7df0e3134731d3337409e2447467d2 (diff)
downloadballs-225a5bd113600a12cf37992ba377a95ba5e6fa3e.zip
remove pragma from windows config
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h b/config.h
index 4734242..5fa5d5b 100644
--- a/config.h
+++ b/config.h
@@ -1,8 +1,5 @@
#define CL_TARGET_OPENCL_VERSION 110
/* #define WINDOWS 1 */
-#ifdef WINDOWS
-#pragma warning(disable : 4996)
-#endif
enum { FPS = 60 }; /* Frames per second. */