diff options
author | Sven Gothel <[email protected]> | 2021-02-08 16:00:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-08 16:00:31 +0100 |
commit | 6f9f9c79a7f5cc666ebc6fa7c84be5e58fefeaf0 (patch) | |
tree | f6375a97049ec69d35863cde1930046a9c9871ed /.cproject | |
parent | e41f44d005ad950d8c243bfa0d0116a2df080809 (diff) |
Eclipse: Add '-Wno-multichar' for jaulib's "enum class endian" on gcc (not having __builtin_bit_cast())
Diffstat (limited to '.cproject')
-rw-r--r-- | .cproject | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,7 @@ <option id="gnu.cpp.compiler.option.warnings.weffcpp.1864562430" name="Effective C++ guidelines (-Weffc++)" superClass="gnu.cpp.compiler.option.warnings.weffcpp" useByScannerDiscovery="false" value="false" valueType="boolean"/> <option id="gnu.cpp.compiler.option.warnings.wfloatequal.1523294481" name="Direct float equal check (-Wfloat-equal)" superClass="gnu.cpp.compiler.option.warnings.wfloatequal" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option id="gnu.cpp.compiler.option.debugging.gprof.1958690548" name="Generate gprof information (-pg)" superClass="gnu.cpp.compiler.option.debugging.gprof" useByScannerDiscovery="false"/> + <option id="gnu.cpp.compiler.option.other.other.99642453" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -Wno-multichar" valueType="string"/> <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1946997217" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> </tool> <tool id="cdt.managedbuild.tool.gnu.c.compiler.so.debug.1384284733" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.so.debug"> @@ -85,6 +86,7 @@ <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/include}""/> </option> <option id="gnu.c.compiler.option.misc.pic.111957654" name="Position Independent Code (-fPIC)" superClass="gnu.c.compiler.option.misc.pic" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option id="gnu.c.compiler.option.misc.other.1410741244" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -Wno-multichar" valueType="string"/> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1736735651" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> </tool> <tool id="cdt.managedbuild.tool.gnu.c.linker.so.debug.304323896" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.so.debug"> |