commit: 38d892a0eb25fa7648f27056ea913eb052651a67
parent 4017242e7b66046fe7604ba36ae385dc305a940f
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jun 2020 02:40:50 -0700
atinout: Disable implicit fallthrough warning
This is deliberate, but the comment does not have the right form
to suppress the gcc warning.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/atinout/gen.lua b/pkg/atinout/gen.lua
@@ -1,5 +1,6 @@
cflags{
'-std=c99', '-Wall', '-Wextra', '-Wpedantic',
+ '-Wno-implicit-fallthrough',
[[-D 'VERSION="0.9.1"']],
}