[Fix-Warnings] Lint.

This commit is contained in:
Brübach, Lukas 2025-11-29 11:14:28 +01:00
parent 2308726dc2
commit 3bb57b540c

View file

@ -165,11 +165,11 @@ set(PROTO_FILES
session_event.proto
)
if (MSVC)
if(MSVC)
set(unused_warning /wd4100)
else ()
else()
set(unused_warning -Wno-unused-parameter)
endif ()
endif()
if(${Protobuf_VERSION} VERSION_LESS "3.21.0.0")
message(STATUS "Using Protobuf Legacy Mode")