aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR_render.h')
-rw-r--r--headers/TZR_render.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/headers/TZR_render.h b/headers/TZR_render.h
index e9747a7..9cd3128 100644
--- a/headers/TZR_render.h
+++ b/headers/TZR_render.h
@@ -27,6 +27,11 @@ int TZR_DrawEnd(void);
int _TZR_DrawSetColor(const TZR_Color *color);
/* Return -1 on error. */
+#ifdef TZR_PARANOID
+#if __STDC_VERSION__ > 201710L
+[[nodiscard]]
+#endif
+#endif
int TZR_DrawSetColor8(uint8_t r, uint8_t g, uint8_t b, uint8_t a);
/* Return -1 on error. */