mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Removed "no-" from Wno-global-constructors when disabling
This commit is contained in:
@@ -555,7 +555,6 @@
|
||||
WARNING_CFLAGS = (
|
||||
"-Weverything",
|
||||
"-Wno-disabled-macro-expansion",
|
||||
"-Wno-global-constructors",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -569,7 +568,6 @@
|
||||
WARNING_CFLAGS = (
|
||||
"-Weverything",
|
||||
"-Wno-disabled-macro-expansion",
|
||||
"-Wno-global-constructors",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user