From a9383a9131c1e2ba2a55f9b44d5756d3322496f4 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 3 Mar 2022 13:45:35 +0100 Subject: External re2: Disable warnings --- etc/defaults/CC/TARGETS.re2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 etc/defaults/CC/TARGETS.re2 (limited to 'etc/defaults') diff --git a/etc/defaults/CC/TARGETS.re2 b/etc/defaults/CC/TARGETS.re2 new file mode 100644 index 00000000..aecce9e9 --- /dev/null +++ b/etc/defaults/CC/TARGETS.re2 @@ -0,0 +1,17 @@ +{ "defaults": + { "type": ["CC", "defaults"] + , "CC": ["clang"] + , "CXX": ["clang++"] + , "CFLAGS": [] + , "CXXFLAGS": + [ "-std=c++11" + , "-pthread" + , "-Wall" + , "-Wextra" + , "-Wno-unused-parameter" + , "-Wno-missing-field-initializers" + ] + , "AR": ["ar"] + , "PATH": ["/bin", "/sbin", "/usr/bin", "/usr/sbin"] + } +} -- cgit v1.2.3