diff options
Diffstat (limited to 'gcc/analyzer/kf.cc')
-rw-r--r-- | gcc/analyzer/kf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/analyzer/kf.cc b/gcc/analyzer/kf.cc index fe25520..2a7c357 100644 --- a/gcc/analyzer/kf.cc +++ b/gcc/analyzer/kf.cc @@ -783,7 +783,7 @@ public: /* SEI CERT C Coding Standard: "POS34-C. Do not call putenv() with a pointer to an automatic variable as the argument". */ - diagnostic_metadata::precanned_rule + diagnostics::metadata::precanned_rule rule ("POS34-C", "https://wiki.sei.cmu.edu/confluence/x/6NYxBQ"); ctxt.add_rule (rule); |