From dc2eeb3741fb3435707b1dc8a78a3e88d8836314 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Nov 2017 17:47:59 +0200 Subject: Various tweaks --- mysql/buildfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mysql/buildfile') diff --git a/mysql/buildfile b/mysql/buildfile index cbb41bf..a286bc6 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -201,11 +201,12 @@ else # cc.coptions += -fno-omit-frame-pointer -fno-strict-aliasing - # Disable warnings that pop up with -W -Wall. + # 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). # - cc.coptions += -Wno-unused-parameter -Wno-unused-variable \ - -Wno-unused-const-variable -Wno-unused-but-set-variable \ - -Wno-maybe-uninitialized + cc.coptions += -Wno-all -Wno-extra } if ($tclass != 'windows') -- cgit v1.1