From 5f98685bb9fef01abd24359db794f8516414a28c Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Mon, 12 Apr 2021 23:39:49 -0400 Subject: [PATCH] Fixing gcc warning --- encoder/basisu_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder/basisu_comp.h b/encoder/basisu_comp.h index 65dc6fe..fd8a913 100644 --- a/encoder/basisu_comp.h +++ b/encoder/basisu_comp.h @@ -31,7 +31,7 @@ #endif #if !BASISD_SUPPORT_KTX2 - #error BASISD_SUPPORT_KTX2 must be enabled when building the encoder. To reduce code size if KTX2 support isn't needed, set BASISD_SUPPORT_KTX2_ZSTD to 0 + #error BASISD_SUPPORT_KTX2 must be enabled when building the encoder. To reduce code size if KTX2 support is not needed, set BASISD_SUPPORT_KTX2_ZSTD to 0 #endif namespace basisu