]> git.sesse.net Git - vlc/commit
m4: fix detection of supported "-Wxxx" flags with clang
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Fri, 10 Oct 2014 09:47:10 +0000 (11:47 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Sat, 18 Oct 2014 07:15:00 +0000 (09:15 +0200)
commit17653702c753daa786698b4cdd67084472737d95
tree9258561b8375ff51e5f971e7df8292acaa1bcca4
parent36cb0f52b867d96eddde8577db118c11ce24d77a
m4: fix detection of supported "-Wxxx" flags with clang

Clang does not fail, but only prints a warning by default for unknown
-W options.
m4/flags.m4