commit: b6fb740158e58d358801d9d171da3a827ae36572
parent 53e1c3cac82eec71f804d79ac9b85bfd31d9f79c
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 16 Mar 2024 23:48:32 -0700
dmenu: Build with warning flags
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkg/dmenu/gen.lua b/pkg/dmenu/gen.lua
@@ -1,4 +1,6 @@
cflags{
+ '-std=c99', '-Wall', '-Wpedantic', '-Wno-maybe-uninitialized',
+ '-D _POSIX_C_SOURCE=200809L',
[[-D 'VERSION="4.6"']],
'-I $dir',
'-isystem $builddir/pkg/fontconfig/include',