Commit 9a45810d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More -Wno, but now with explanation

parent 128b02a9
......@@ -52,7 +52,6 @@ DESIRABLE_WFLAGS = [
"-Wformat-zero-length",
"-Wmissing-field-initializers",
"-Wmissing-prototypes",
"-Wmissing-variable-declarations",
"-Wnested-externs",
"-Wpointer-arith",
"-Wpointer-sign",
......@@ -76,6 +75,7 @@ UNDESIRABLE_WFLAGS = [
"-Wno-implicit-fallthrough", # Probably Fixable
"-Wno-builtin-requires-header", # Complains about linux::pthread.h
"-Wno-redundant-decls", # Complains about centos::stdio.h
"-Wno-missing-variable-declarations", # Complains about optreset
]
def main():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment