From 5174cd78c1334ad212712982b8cd61b5fb4e75eb Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Mon, 5 Aug 2019 18:05:12 +0000 Subject: [PATCH] Follow up to r1864438 and r1864435: Use the right pragma syntax also in the second file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864450 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_proxy_html.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/filters/mod_proxy_html.c b/modules/filters/mod_proxy_html.c index 39b78604b1..e514f91c73 100644 --- a/modules/filters/mod_proxy_html.c +++ b/modules/filters/mod_proxy_html.c @@ -34,7 +34,9 @@ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6) #pragma GCC diagnostic push #endif +#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) #pragma GCC diagnostic warning "-Wcomment" +#endif #elif defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic warning "-Wcomment" -- 2.40.0