diff options
| author | Liam Mitchell <[email protected]> | 2025-08-21 23:30:03 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-21 23:30:03 +0000 |
| commit | c2bac0c4103e1af53a5f6ab74e5567f5a5191b93 (patch) | |
| tree | 08d58d91424883691da2072ea48270347e3533d5 /src/zenserver/main.cpp | |
| parent | Use correct sysctl headers on Mac (diff) | |
| download | zen-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.cpp | 1 |
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 |