From 568a394a40da6ce10b03f166e79789860628e1de Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 27 Jan 2024 22:12:12 +0300 Subject: [PATCH] wscript: enable -Wunused-functions --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index ddc395ca..d22f146f 100644 --- a/wscript +++ b/wscript @@ -318,6 +318,7 @@ def configure(conf): # disabled, flood # '-Wdouble-promotion', + '-Wunused-function', '-Wunused-variable', '-Wunused-but-set-variable', ]