aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index c4c5822e8..3c754f2e3 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -8,7 +8,7 @@
.SUFFIXES: .cxx .c .o .h .a
ifdef CLANG
-CXX = clang++
+CXX = clang++ -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