Commit 357c6265 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'cb49bb10'

* commit 'cb49bb10':
  build: Move -Wcast-qual to the extra_warnings
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 8cfa7bef cb49bb10
......@@ -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-}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment