diff options
| author | Martin Ridgers <[email protected]> | 2021-10-25 14:40:49 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-25 22:50:44 +0200 |
| commit | 13bea3f9ac5195b0aa84d98b23221d51f569bd99 (patch) | |
| tree | aaa048b356430cd364368bf9bac1fea81034c300 /zenhttp/include | |
| parent | Removed unused include (diff) | |
| download | zen-13bea3f9ac5195b0aa84d98b23221d51f569bd99.tar.xz zen-13bea3f9ac5195b0aa84d98b23221d51f569bd99.zip | |
Fixed unused-variable warning
Diffstat (limited to 'zenhttp/include')
| -rw-r--r-- | zenhttp/include/zenhttp/httpshared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/include/zenhttp/httpshared.h b/zenhttp/include/zenhttp/httpshared.h index 2e728577d..dc660e45d 100644 --- a/zenhttp/include/zenhttp/httpshared.h +++ b/zenhttp/include/zenhttp/httpshared.h @@ -36,7 +36,7 @@ struct CbPackageHeader static_assert(sizeof(CbPackageHeader) == 16); -static constinit uint32_t kCbPkgMagic = 0xaa77aacc; +enum : uint32_t { kCbPkgMagic = 0xaa77aacc }; struct CbAttachmentEntry { |