diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-21 05:20:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-21 05:20:38 +0000 |
commit | 9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9 (patch) | |
tree | c7033544db3e6e96f568e08cc0b283c58cb24e94 /winsup/cygwin/net.cc | |
parent | 17869f8bf7adce5296d844c51c14e89f45fc4054 (diff) | |
download | newlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.zip newlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.gz newlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.bz2 |
Respond to a multitude of g++ warnings.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 1cff9b3..41cbb7e 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -904,7 +904,7 @@ cygwin_shutdown (int fd, int how) /* exported as herror: standards? */ extern "C" void -cygwin_herror (const char *p) +cygwin_herror (const char *) { debug_printf ("********%d*************", __LINE__); } |