mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
The previous extractor options no longer work, because the default assumed compiler versions have changed in the frontend.
3 lines
119 B
C
3 lines
119 B
C
static int gcc450 = __has_feature(attribute_deprecated_with_message);
|
|
// semmle-extractor-options: --gnu_version 40500
|