Skip to content
  • grischka's avatar
    -W[no-]error...: features by shrinkage · 4b2c6cf3
    grischka authored
    136 insertions(+), 226 deletions(-), less 90 lines (except tests)
    only one set_flag() function required
    * can now turn off specific errors: -Werror -Wno-error=option
    * new interface: tcc_warning_c(warn_option)("format", args...);
    * new warning: -Wdiscarded-qualifiers (on by default)
    * new variable 'warn_all' for conditional warnings with -Wall
    see also the tests
    4b2c6cf3