diff options
Diffstat (limited to 'build/flags/Wimplicit-fallthrough.c')
-rw-r--r-- | build/flags/Wimplicit-fallthrough.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/flags/Wimplicit-fallthrough.c b/build/flags/Wimplicit-fallthrough.c new file mode 100644 index 0000000..c32058d --- /dev/null +++ b/build/flags/Wimplicit-fallthrough.c @@ -0,0 +1,9 @@ +// Copyright © Tavian Barnes <tavianator@tavianator.com> +// SPDX-License-Identifier: 0BSD + +/// _CFLAGS += -Wimplicit-fallthrough +/// -Werror + +int main(void) { + return 0; +} |