From 1847474aaa1fbfd438607c78cefba2ee3d4085e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 23 Nov 2022 06:02:13 +0100 Subject: [PATCH] [PSDK] Clarify the FIXME comment about this mysterious warning.h (here for WDK compatibility). --- sdk/include/psdk/warning.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/include/psdk/warning.h b/sdk/include/psdk/warning.h index 0d60f0f834b..60b5b15a78f 100644 --- a/sdk/include/psdk/warning.h +++ b/sdk/include/psdk/warning.h @@ -1,5 +1,5 @@ -/* FIXME - here we putting #pragma warning and disable or enable them - I known gcc and msvc using diffent pragma and I do not known - the gcc pragma well to achive msvs and gcc compatible with this */ \ No newline at end of file +/* FIXME - For WDK compatibility. + Here #pragma warning are placed and are disabled or enabled. + GCC and MSVC use different pragmas so a compatible list for + these remains to be found. */