Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Since I upgraded my toolchain, autogen has started complaining:
configure.ac:109: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
m4/tp-linker-flag.m4:18: TP_LINKER_FLAG is expanded from...
m4/tp-linker-flag.m4:41: TP_ADD_LINKER_FLAG is expanded from...
configure.ac:109: the top level
Reading
<http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html>
suggests that AC_LANG_PROGRAM() is implemented in terms of
AC_LANG_SOURCE() and so should work fine in this context, but it doesn't
seem to. In any case, since the program is empty we can just use the
single-argument form and squash the warning.
|
|
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32976
|
|
Clang treats the combination of these two parameters differently
depending on which order they appear in. By reversing them, we can
compile with `clang --analyze` and get warnings from its static analyzer
without clutter.
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
|
|
|
|
|
|
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
This is so we can share TP_COMPILER_WARNINGS between telepathy-glib
and telepathy-qt4.
|
|
|
|
|
|
with a simple C compiler wrapper)
20080402183932-53eee-e29b84fe1b59cf101a5afc82cfae8504f747f1ca.gz
|
|
fd.o #15026)
20080401185343-53eee-935f3921d700c275937f7d72a1b70ac7d283f432.gz
|
|
20071214144237-53eee-f3743282d2bccd7258f7ca6fdb6f9503cae1babc.gz
|
|
for optionally disabling optimization, optionally enabling coverage, and version script detection
20071212165433-53eee-04e80f525f39a7ac82cd9f4d151dc363d5fae072.gz
|
|
20070521170524-53eee-cabdf8d1f2e19cb880c77b824722ae7c23fd1a9b.gz
|
|
20070419155013-53eee-cd17025dc091f32fd9dffad6044e47049d023c31.gz
|
|
20070320112423-53eee-a7d599f250f423ee94ecda39af32dc5aa98a7adb.gz
|
|
20060628131916-25e70-7a53df970f30a5fa650cdee5075fa3550c29a688.gz
|
|
20060119080348-25e70-901924506e62597b40366d3b79e52d9ad4aa7668.gz
|
|
20051205135942-0e791-09634c92a388e716643ebff4c82872cdf44895d7.gz
|