From 834152a6e3f3e8459b53e49370bfdd82685a700d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Apr 2021 11:16:20 +0200 Subject: Disable bunch of bogus GCC warnings --- libbuild2/bin/utility.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbuild2/bin/utility.cxx') diff --git a/libbuild2/bin/utility.cxx b/libbuild2/bin/utility.cxx index 11230cd..cb06287 100644 --- a/libbuild2/bin/utility.cxx +++ b/libbuild2/bin/utility.cxx @@ -14,9 +14,6 @@ namespace build2 lorder link_order (const scope& bs, otype ot) { - // Initialize to suppress 'may be used uninitialized' warning produced - // by MinGW GCC 5.4.0. - // const char* var (nullptr); switch (ot) -- cgit v1.1