diff options
| -rw-r--r-- | config.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ -/* #define WINDOWS 1 */ #define CL_TARGET_OPENCL_VERSION 110 + +/* #define WINDOWS 1 */ +#ifdef WINDOWS +#pragma warning(disable : 4996) +#endif |
| index : balls | ||
| Bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | config.h | 6 |
@@ -1,2 +1,6 @@ -/* #define WINDOWS 1 */ #define CL_TARGET_OPENCL_VERSION 110 + +/* #define WINDOWS 1 */ +#ifdef WINDOWS +#pragma warning(disable : 4996) +#endif |