Commit Graph

6 Commits (ab1200fbd7fd4d3e0fe097fab3b3bcfefaba7e2e)

Author SHA1 Message Date
Victor Julien ab1200fbd7 compiler: more strict compiler warnings
Set flags by default:

    -Wmissing-prototypes
    -Wmissing-declarations
    -Wstrict-prototypes
    -Wwrite-strings
    -Wcast-align
    -Wbad-function-cast
    -Wformat-security
    -Wno-format-nonliteral
    -Wmissing-format-attribute
    -funsigned-char

Fix minor compiler warnings for these new flags on gcc and clang.
8 years ago
Victor Julien 0d3f671b55 detect: constify mpm/detect funcs 9 years ago
Eric Leblond 86709f5e9d rule analyser: display message for invalid signatures 13 years ago
Anoop Saldanha 7a7cd6999e feature #558.
Print FP info in rule analysis + other cleanup.
13 years ago
Victor Julien bd6b865473 rule analyzer: fix fast pattern analyzer reporting wrong filename (same as rule analyzer). 13 years ago
Eileen Donlon c81020e9a3 feature 349 rule analyzer v1 13 years ago