ViewVC Help
| View Changeset | Root Listing
root/svn
Jump to revision: Previous Next
Author: michael
Date: Fri Oct 25 16:55:01 2013 UTC (10 years, 5 months ago)
Log Message:
- Instead of forcefully adding
  -Wall
  -Wextra
  -Wno-unused
  -Wcast-qual
  -Wcast-align
  -Wbad-function-cast
  -Wmissing-declarations
  -Wmissing-prototypes
  -Wnested-externs
  -Wredundant-decls
  -Wshadow
  -Wwrite-strings
  -Wundef
  to CFLAGS, 'configure' now tests if the flags are understood by the compiler

Changed paths