diff options
author | Sven Gothel <[email protected]> | 2021-02-09 02:25:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-09 02:25:39 +0100 |
commit | 323d06def9557725c519d89dd127b6f36df359ed (patch) | |
tree | 2351b69f580c6e03c53226acdf090040b691fc7f /.cproject | |
parent | b218b12a155a2f07eabbd02e3fbada3feed3aab7 (diff) |
Eclipse cdt: Adding gcc options "-c -fmessage-length=0 -Wno-multichar -Wno-float-equal"
for enum class endian w/o __builtin_bit_cast(): -Wno-multichar
for unit test catch2: -Wno-float-equal
Diffstat (limited to '.cproject')
-rw-r--r-- | .cproject | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,7 @@ <listOptionValue builtIn="false" value="/opt-linux-x86_64/jdk1.8.0_121/include/linux/"/> <listOptionValue builtIn="false" value="/usr/lib/jvm/default-java/include/"/> </option> + <option id="gnu.cpp.compiler.option.other.other.541336659" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -Wno-multichar -Wno-float-equal" valueType="string"/> <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1543970397" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> </tool> <tool id="cdt.managedbuild.tool.gnu.c.compiler.so.debug.178013953" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.so.debug"> @@ -66,6 +67,7 @@ <listOptionValue builtIn="false" value="/usr/lib/jvm/default-java/include/"/> <listOptionValue builtIn="false" value=""${workspace_loc:/jaulib/include}""/> </option> + <option id="gnu.c.compiler.option.misc.other.1736977298" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -Wno-multichar -Wno-float-equal" valueType="string"/> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.497175907" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> </tool> <tool id="cdt.managedbuild.tool.gnu.c.linker.so.debug.33614666" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.so.debug"> |