Fix compatibility for x64 arch. 01/4001/1
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Fri, 14 Jun 2013 08:20:26 +0000 (10:20 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Fri, 14 Jun 2013 08:20:26 +0000 (10:20 +0200)
commita83a66952830bd09ed83b48112d693fa1032d978
treedb118738c5137c74ec79ca5b0a60b68910104d6b
parent5931a18706ba18b2397b571e5763baf60adaf773
Fix compatibility for x64 arch.

- Fix Warning about cast int to pointer.

intptr type is used because there are  only ID value that casted in pointer.

Store an ID on integer make sense, and cast is used only to permits a call function.

- Remove warning around variable set but not used.
CMakeLists.txt
src/framework/engine-controller/queuing_rule_spec_pool.c
src/framework/engine-controller/task.c
src/framework/engine-controller/task_info_pool.c
src/framework/engine-controller/task_pool.c
src/framework/engine-controller/task_spec.c
src/fw-plugins/common-public/calendar/src/plugin_interface.c
src/fw-plugins/common-public/task/src/plugin_interface.c