]> granicus.if.org Git - strace/commit
2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 6 Aug 2008 21:38:52 +0000 (21:38 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 6 Aug 2008 21:38:52 +0000 (21:38 +0000)
commit1f942710a57860eeabfa03e62b8ac151022d1be3
tree047d64e8ebe30af9a96c65c532123417ef7037b3
parent21aa9957451d05a20665f779788041653319440c
2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>

Fix compiler warnings.
* signal.c (sys_signal): Cast to SIG_* to the matching type LONG.
* strace.c (trace): Variables PSR and PC are now signed.
* syscall.c (syscall_enter): Variable RBS_END is now signed long.
Remove/add the RBS_END casts appropriately.
* util.c [IA64] (arg_setup): Variable BSP is now signed long.
Remove/add the BSP casts appropriately.
<ia32>: Initialize *STATE.
signal.c
strace.c
syscall.c
util.c