[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / Preprocessor / pragma-comment-linux.c
blobfcac049f46e830e71e0b3da7a7871bf13b90a579
1 // RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fsyntax-only -verify %s -Wunknown-pragmas
3 #pragma comment(linker, "")
4 // expected-warning@-1 {{'#pragma comment linker' ignored}}