summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02build: make compiler warning options compatible with clangBen Chan1-1/+1
This patch updates m4/compiler-warnings.m4 as follows to make it more compatible with clang: * clang doesn't support -Wunused-but-set-variable, which can be replaced with -Wunused-variable as the latter covers unused variables with or without an assigned value and is supported by gcc and clang. * -Wno-unused-function is added to let clang ignore unused functions that are auto-generated by qmi-codegen.
2017-09-14build: add missing gtk-doc.m4Aleksander Morgado1-0/+88
Fixes d76de5457508ee21d1564a8d24f43ccf6300392f
2017-02-06build,all: enable -Wtype-limits and fix some comparisonsDan Williams1-1/+1
-Wtype-limits warns when comparing unsigned variables <= 0, which we shouldn't be doing.
2013-05-17build: use -Wformat-securityAleksander Morgado1-1/+2
2012-08-22build: enable more compiler warnings: --enable-more-warnings=yes/no/errorDan Williams1-5/+12
2012-07-03build: prepare sources to treat `libqmi-glib' not as the only libraryAleksander Morgado1-1/+1
Instead of keeping the libqmi-glib sources under `src', we'll have a more specific `libqmi-glib' directory instead. Also, update autotools to reflect as `libqmi' the name of the project.
2012-07-03build: by default compile with most warnings enabled and -WerrorAleksander Morgado1-0/+31