Skip to content

Commit 4457eec

Browse files
Suppress a few PREfast false positives in ch
1 parent 6b6c50d commit 4457eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ch/WScriptJsrt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#endif // FreeBSD or unix ?
3636
#endif // _WIN32 ?
3737

38+
#pragma prefast(disable:26444, "This warning unfortunately raises false positives when auto is used for declaring the type of an iterator in a loop.")
3839
#ifdef HAS_ICU
3940
#define INTL_LIBRARY_TEXT "icu"
4041
#elif defined(_WIN32)

0 commit comments

Comments
 (0)