From 0d9cc19fbdcb7c4f2c0a17dc0ba9cc9516dba477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 1 Jul 2023 05:03:38 +0200 Subject: [PATCH] Removed warning suppression --- src/Domito.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Domito.cpp b/src/Domito.cpp index 52a4134..278c0b3 100644 --- a/src/Domito.cpp +++ b/src/Domito.cpp @@ -94,12 +94,10 @@ DomitoFindDriverBaseAddress( return status; } -#pragma warning(disable:4996) // Allocate memory for the module information moduleInfo = (PSYSTEM_MODULE_INFORMATION)Allocator( bufferSize ); -#pragma warning(default:4996) if (moduleInfo == NULL) {