Skip to content

Commit 5610521

Browse files
Refactoring for MSVC and IntelLLVM
1 parent 972c208 commit 5610521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libusb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if(WIN32 AND NOT MinGW)
3232
target_compile_options(libusb PRIVATE
3333
-Wno-unused-value
3434
-Wno-pragma-pack
35-
-Wno-unused-param<eter
35+
-Wno-unused-parameter
3636
)
3737
endif()
3838
else()

0 commit comments

Comments
 (0)