summaryrefslogtreecommitdiff
path: root/m4/compiler_warnings.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: don't disable the aliasing checksLubomir Rintel2016-07-211-1/+1
| | | | | | | | | We now don't break the strict aliasing rules. Also, having a compiler flag that disables a warning among the flags that are meant to add extra sanity checking is not correct either: --enable-extra-warnings=no would generate a bad aliasin warning while the --enable-extra-warnings=yes would not.
* build: use -Wformat-securityAleksander Morgado2013-05-171-1/+1
|
* build: warn about unused but set variablesAleksander Morgado2012-08-241-1/+2
|
* build: avoid using -Wfloat-equal compilation optionAleksander Morgado2012-03-151-1/+1
| | | | In order to compile code generated by gdbus-codegen.
* build: avoid using -Wshadow compilation optionAleksander Morgado2012-03-151-1/+1
| | | | In order to compile code generated by gdbus-codegen.
* build: do not warn about using deprecated methodsAleksander Morgado2012-02-071-1/+1
| | | | | | | GValueArray is deprecated since GLib 2.31.14, but we need to use it for dbus-glib based code. We should re-enable deprecation warnings once we switch to GDBus.
* build: unify compiler warningsMichael Biebl2010-01-271-0/+31