Skip to content

Commit ce8f430

Browse files
committed
Update bmakecommon.mpt
Silence clang warnings
1 parent efafed8 commit ce8f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ binary_flags = -tR -tD
9696
thr_flags = -tM
9797
lib_ext = .lib
9898
common_defines = WIN32 _WINDOWS WIN64
99-
common_flags =
99+
common_flags = -Qunused-arguments
100100
obj_ext = .o
101101
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\"$(BDS)\x86_64-w64-mingw32\lib\" -L\"$(BDS)\lib\clang\15.0.7\lib\windows\"
102102
startup_bits = 64

0 commit comments

Comments
 (0)