From 2ba73fb5102f510c93f69a9a4b34954227eddca6 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 29 Dec 2019 10:02:31 +1100 Subject: Move suppression of Clang warning missing-braces from makefile to apply to lexers but not most other files. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index f9ed251c1..dd030061d 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -13,7 +13,7 @@ srcdir ?= . ifdef CLANG CXX = clang++ -CXXWARNFLAGS = -Wall -pedantic -Wno-deprecated-register -Wno-missing-braces +CXXWARNFLAGS = -Wall -pedantic -Wno-deprecated-register CC = clang # Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for # thread also need to create Position Independent Executable -> search online documentation -- cgit v1.2.3