We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efafed8 commit ce8f430Copy full SHA for ce8f430
templates/bmakecommon.mpt
@@ -96,7 +96,7 @@ binary_flags = -tR -tD
96
thr_flags = -tM
97
lib_ext = .lib
98
common_defines = WIN32 _WINDOWS WIN64
99
-common_flags =
+common_flags = -Qunused-arguments
100
obj_ext = .o
101
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\"
102
startup_bits = 64
0 commit comments