aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-08-21 23:30:03 +0000
committerLiam Mitchell <[email protected]>2025-08-21 23:30:03 +0000
commitc2bac0c4103e1af53a5f6ab74e5567f5a5191b93 (patch)
tree08d58d91424883691da2072ea48270347e3533d5 /src/zenserver/main.cpp
parentUse correct sysctl headers on Mac (diff)
downloadzen-c2bac0c4103e1af53a5f6ab74e5567f5a5191b93.tar.xz
zen-c2bac0c4103e1af53a5f6ab74e5567f5a5191b93.zip
Ignore unused variable warnings on platforms where ReportServiceStatus is unimplemented
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index f8f25877b..76e022017 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -131,6 +131,7 @@ ReportServiceStatus(ServiceStatus Status)
break;
}
#endif
+ (void)Status;
}
int