]> sourceware.org Git - newlib-cygwin.git/commit - winsup/utils/strace.cc
* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Sep 2008 22:43:10 +0000 (22:43 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Sep 2008 22:43:10 +0000 (22:43 +0000)
commita35d9f1a676f430e1dbbb555f327cd7a40df37f7
treebb400cd789df6f8d154be4fca3e1aab9e59e3549
parent175742d8c818ff31b06174494a77b30e5008eb83
* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.
(display_internet_error): Use proper format specifier for DWORD.
(environ): Remove unneeded declaration.
(main): Use brace around nested if to avoid an overly-helpful compiler warning.
* dump_setup.cc (parse_filename): Reorganize nested if to avoid an
overly-helpful compiler warning.
* path.cc (GUID_shortcut): Use braces around part of initializer which needs
them.
(conv_fstab_spaces): Parenthesize assignment in while loop to avoid a compiler
warning.
(struct opt): Make static.
* ps.cc (main): Reorganize nested if to avoid an overly-helpful compiler
warning.
* regtool.cc: Make some anonymous structs static to avoid a compiler warning.
* ssp.c (lookup_thread_id): Initialize *tix to zero to avoid potential
uninitialized use.
* strace.cc (add_child): Use proper format specifier for DWORD.
(remove_child): Ditto.
(proc_child): Ditto.
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc
winsup/utils/dump_setup.cc
winsup/utils/path.cc
winsup/utils/ps.cc
winsup/utils/regtool.cc
winsup/utils/ssp.c
winsup/utils/strace.cc
This page took 0.03182 seconds and 5 git commands to generate.