Skip to content

Commit 31650f2

Browse files
committed
Disable a warning that's clearly wrong here
1 parent 2b5a461 commit 31650f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wildcmp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*
2020
* Returns if a match was found.
2121
*/
22+
// NOLINTNEXTLINE(misc-use-internal-linkage) Seems there is a bug in the checker
2223
bool wild_match(char const *expr, char const *str) noexcept
2324
{
2425
// Code based on

0 commit comments

Comments
 (0)