Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Fixes d76de5457508ee21d1564a8d24f43ccf6300392f
|
|
-Wtype-limits warns when comparing unsigned variables <= 0, which
we shouldn't be doing.
|
|
|
|
|
|
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.
|
|
|