From 11ffb037baf66bb0ebfac1dc55e78db14050b87d Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 5 Nov 2021 18:30:35 -0500 Subject: [PATCH] linuxkm/module_exports.c.template: remove accidentally added MSC clause. --- linuxkm/module_exports.c.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/linuxkm/module_exports.c.template b/linuxkm/module_exports.c.template index 9f5103a50..9e82ed06c 100644 --- a/linuxkm/module_exports.c.template +++ b/linuxkm/module_exports.c.template @@ -140,11 +140,6 @@ #include #endif -#ifdef _MSC_VER - /* 4996 warning to use MS extensions e.g., strcpy_s instead of strncpy */ - #pragma warning(disable: 4996) -#endif - #ifdef OPENSSL_EXTRA #ifndef WOLFCRYPT_ONLY #include