From 48a45ea435d091a8465d0b4daf5e9ebdcebf0802 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 30 Aug 2023 14:33:31 -0400 Subject: [PATCH] Remove warning which fails on windows. --- ggml-vulkan.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ggml-vulkan.cpp b/ggml-vulkan.cpp index 32590d03e..9b5c01f68 100644 --- a/ggml-vulkan.cpp +++ b/ggml-vulkan.cpp @@ -49,10 +49,6 @@ #include #include -#ifndef __STDC_IEC_559__ -#warning Your C implementation does not seem to be IEC 559 compliant, which is required for proper Vulkan interop. -#endif - #define QK4_0 32 #define QR4_0 2 #define QK4_1 32