From ce345df9daa14b38af69ba6af7f4b136e03afb31 Mon Sep 17 00:00:00 2001 From: obarthel Date: Sun, 4 Dec 2016 11:13:00 +0100 Subject: [PATCH] Hide warnings for deprecated functions --- library/GNUmakefile.os4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index d29d69f..dbe3f93 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -54,7 +54,8 @@ LOG_COMMAND := 2>&1 | tee -a compiler.log WARNINGS := \ -Wall -W -Wpointer-arith -Wsign-compare -Wmissing-prototypes \ - -Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings + -Wundef -Wbad-function-cast -Wmissing-declarations -Wunused -Wwrite-strings \ + -Wno-deprecated-declarations \ # -Wconversion -Wshadow