mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
[Fix-Warnings] Lint.
This commit is contained in:
parent
2308726dc2
commit
3bb57b540c
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue