Disable a silly GCC diagnostic for combining a scanf length specifier with the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 15 Oct 2016 01:59:52 +0000 (01:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 15 Oct 2016 01:59:52 +0000 (01:59 +0000)
commit49db68d59b34351907f7f45d822919af099ed291
tree84819313b20312a98dee1060a4dddf75bf42d7f1
parentf9b8e8b117bd9c8c989034027aca63a6e9b871f6
Disable a silly GCC diagnostic for combining a scanf length specifier with the
'*' specifier. Apparently the GNU folks want to discourage self-documenting
code.

llvm-svn: 284300
clang/tools/driver/cc1_main.cpp