mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Use <= operator instead of ->* for decomposer
Allows more complex LHS expressions - and works around an Eclipse bug. See Issues #359, #393 and #247 for details
This commit is contained in:
@@ -688,6 +688,7 @@
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WARNING_CFLAGS = (
|
||||
"-Weverything",
|
||||
"-Wparentheses",
|
||||
"-Wno-disabled-macro-expansion",
|
||||
);
|
||||
};
|
||||
@@ -705,6 +706,7 @@
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WARNING_CFLAGS = (
|
||||
"-Weverything",
|
||||
"-Wparentheses",
|
||||
"-Wno-disabled-macro-expansion",
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user