diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2019-12-10 14:06:51 -0800 |
---|---|---|
committer | Philip Chimento <philip.chimento@gmail.com> | 2019-12-16 15:39:34 -0500 |
commit | 737bbd25665b7993604d0ceda35184aea6a264ac (patch) | |
tree | 089d4ca267f40116f954b96b74adcb9e3cb5be81 /tests | |
parent | aa19a533cb55d1fcaa8d47429aba2fd1372defd8 (diff) |
clang-plugin: Update to LLVM 7.0
Some minor API changes are needed for this.
We also make 7.0 the minimum required version. It's the version
currently shipped in Debian Stable, so that's a good baseline. (At the
time of writing, 9.0.0 is the latest released version.)
Fixes: #5
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gsignal-connect.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gsignal-connect.c b/tests/gsignal-connect.c index abbcb94..43e361f 100644 --- a/tests/gsignal-connect.c +++ b/tests/gsignal-connect.c @@ -35,9 +35,6 @@ * Could not check type of handler for signal ‘GObject::notify’. Callback function declaration does not contain parameter types. * (GCallback) object_notify_no_proto_cb, * ^ - * note: expanded from macro 'g_signal_connect' - * g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0) - * ^ */ { GObject *some_object = g_malloc (5); // only checking the type |