summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 5585685..6a44d83 100644
--- a/ted.c
+++ b/ted.c
@@ -351,6 +351,7 @@ static float ted_get_ui_scaling(Ted *ted) {
return 1;
return (float)dpi / 96.0f;
#else
+ (void)ted;
return 1;
#endif
}