From b0a2e74e0a069c14677a80c13ae122ea87a9b24b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Nov 2017 14:59:55 +0200 Subject: Disable all warnings --- mysql/buildfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'mysql') diff --git a/mysql/buildfile b/mysql/buildfile index c050b18..0144266 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -188,12 +188,13 @@ if ($tsys == 'win32-msvc') } else { - # Disable warnings that pop up with -Wall -Wextra. Upstream doesn't seem - # to care about these and it is not easy to disable specific warnings in - # a way that works across compilers/version (some -Wno-* options are only - # recognized in newer versions). + # Disable all warnings. Upstream doesn't seem to care about these and it is + # not easy to disable specific warnings in a way that works across + # compilers/version (some -Wno-* options are only recognized in newer + # versions). Note that we tried -Wno-all -Wno-extra but that wasn't + # sufficient. # - c.coptions += -Wno-all -Wno-extra + c.coptions += -w } if ($tclass != 'windows') -- cgit v1.1