| #
1.4 |
|
04-May-2025 |
rillig |
branches: 1.4.4; lint: in a parameter declaration using typedef, keep the qualifiers
While C23 6.7.7.4p6 doesn't explicitly mention this particular case of a 'const typedef', keeping the qualifiers fixes a warning in probably legitimate code.
Seen in cvs, regex_internal.c, function 'bitset_contain'.
|