Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1637 by [email protected]: ibus: implicit-function-declaration in bus/test-client.c
http://code.google.com/p/ibus/issues/detail?id=1637

https://github.com/ibus/ibus/commit/458945e did not update test-client.c which now triggers an implicit-function-declaration warning.


test-client.c: In function '_get_active_engine_name':
test-client.c:228:5: warning: implicit declaration of function 'ibus_bus_list_active_engines' [-Wimplicit-function-declaration]
     engines = ibus_bus_list_active_engines (_bus);
     ^
test-client.c:228:13: warning: assignment makes pointer from integer without a cast [enabled by default] Function `ibus_bus_list_active_engines' implicitly converted to pointer at test-client.c:228
     engines = ibus_bus_list_active_engines (_bus);


This causes the build to fail on the official Ubuntu builders where implicit-function-declarations are errors not warnings.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复