Skip to content

Commit 420de26

Browse files
committed
debloat logs from common warning
1 parent ed89da9 commit 420de26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3363,7 +3363,7 @@ function toolset_setup_common_cflags()
33633363

33643364
ADD_FLAG("CFLAGS", "/Zc:wchar_t");
33653365
} else if (CLANG_TOOLSET) {
3366-
ADD_FLAG("CFLAGS", "-Wno-deprecated-declarations");
3366+
ADD_FLAG("CFLAGS", "-Wno-deprecated-declarations -Wno-microsoft-enum-forward-reference");
33673367
if (TARGET_ARCH == 'x86') {
33683368
ADD_FLAG('CFLAGS', '-m32');
33693369
} else {

0 commit comments

Comments
 (0)