Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/voodoo_data.h')
-rw-r--r--src/hardware/voodoo_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/voodoo_data.h b/src/hardware/voodoo_data.h
index 6f9d3f4b6..802f2cdc3 100644
--- a/src/hardware/voodoo_data.h
+++ b/src/hardware/voodoo_data.h
@@ -1091,7 +1091,7 @@ INLINE UINT32 compute_raster_hash(const raster_info *info)
#define DECLARE_DITHER_POINTERS \
const UINT8 *dither_lookup = NULL; \
const UINT8 *dither4 = NULL; \
- const UINT8 *dither = NULL \
+ [[maybe_unused]] const UINT8 *dither = NULL \
#define COMPUTE_DITHER_POINTERS(FBZMODE, YY) \
do \