Files
codeql/cpp/ql/test/library-tests/attributes/deprecated_with_msg/gcc421.c
Jeroen Ketema 0fceecee6d C++: Fix extractor options for deprecated_with_msg test
The previous extractor options no longer work, because the default assumed
compiler versions have changed in the frontend.
2023-10-19 10:45:13 +02:00

3 lines
119 B
C

static int gcc421 = __has_feature(attribute_deprecated_with_message);
// semmle-extractor-options: --gnu_version 40201