tools: Prevent compiler warnings regarding unused argument and printf
authorIvan Maidanski <ivmai@mail.ru>
Wed, 29 Feb 2012 17:40:53 +0000 (21:40 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 29 Feb 2012 17:40:53 +0000 (21:40 +0400)
commit5e4f599b440bf2f109c185c42e5c01e24fac18fe
treeb8e655be5aa3ed681f9e11f29375483e9abbb914
parent26aec11628a60a5ac92ba7a55e729b5d0138c85c
tools: Prevent compiler warnings regarding unused argument and printf

* tools/if_mach.c (main): Remove unused "envp" argument.
* tools/if_not_there.c (main): Likewise.
* tools/if_mach.c: Expand tabs to spaces.
* tools/if_not_there.c: Likewise.
* tools/setjmp_t.c (getpagesize): Define for Win32; include windows.h.
* tools/setjmp_t.c (main): Make printf() format specifier string
non-empty (to suppress compiler warning).
* tools/setjmp_t.c (main): Adjust printf() format specifier for WORDSZ
value (unsigned long instead of int).
tools/if_mach.c
tools/if_not_there.c
tools/setjmp_t.c