Skip to content

Commit b1fa121

Browse files
Suppress unreferenced param warning as all other modules do
1 parent 90b2e10 commit b1fa121

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
cmake_minimum_required(VERSION 3.25)
22
opendaq_set_cmake_folder_context(TARGET_FOLDER_NAME)
33

4+
if (MSVC)
5+
add_compile_options(/wd4100)
6+
endif()
7+
48
add_subdirectory(mqtt_streaming_module)

0 commit comments

Comments
 (0)