summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 16:01:41 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 16:01:41 +0100
commit357c62657a3d856262f1454816e5f94b90df54ff (patch)
tree4df77715b82df70da0dcb9695c29f43363d679ab /configure
parent8cfa7beffc5cb0f38766ff61b7af333e40aeeffe (diff)
parentcb49bb10ca7fcff2e382d9d989232b1a7f28e7da (diff)
Merge commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da'
* commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da': build: Move -Wcast-qual to the extra_warnings Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a731712e8a..d015c071d9 100755
--- a/configure
+++ b/configure
@@ -5711,6 +5711,7 @@ check_cflags -Wno-pointer-to-int-cast
check_cflags -Wstrict-prototypes
check_cflags -Wempty-body
enabled extra_warnings && check_cflags -Winline
+enabled extra_warnings && check_cflags -Wcast-qual
check_disable_warning(){
warning_flag=-W${1#-Wno-}