Renamed member variables and parameters.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 4m10s
Build & Release / Linux-AMD64-Build (push) Successful in 14m40s
Build & Release / Linux-AARCH64-Build (push) Successful in 43m37s

This commit is contained in:
Arron Nelson 2025-03-26 10:42:29 -07:00
parent 86149d246a
commit c19c0bc80b

View File

@ -217,7 +217,6 @@ if (IS_OS_WINDOWS)
include/ehs/io/socket/ICMP_W32.h src/io/socket/ICMP_W32.cpp
)
add_link_options(-fno-exceptions -fno-rtti)
elseif (IS_OS_LINUX)
list(APPEND EHS_SOURCES
src/io/socket/UDP_BSD.cpp include/ehs/io/socket/UDP_BSD.h
@ -237,8 +236,6 @@ elseif (IS_OS_LINUX)
include/ehs/io/socket/ICMP_LNX.h src/io/socket/ICMP_LNX.cpp
)
add_compile_options(/EHs- /GR-)
#set(LINUX_WINDOW_SYSTEM "Wayland" CACHE STRING "Linux Window System")
if (LINUX_WINDOW_SYSTEM STREQUAL "Wayland")