summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2002-07-14 19:06:53 +0000
committerChristopher Faylor <cgf@redhat.com>2002-07-14 19:06:53 +0000
commitfcd4817af1d25a826e6673e34ad92c77ad24c4db (patch)
treec69a212feaf0e801d623e10873cffbe6c624667e
parent6fd026098f427264b32d6e8979c44e1e9f8d7aa8 (diff)
downloadgdb-fcd4817af1d25a826e6673e34ad92c77ad24c4db.tar.gz
.
-rw-r--r--winsup/cygserver/woutsup.h2
-rw-r--r--winsup/cygwin/woutsup.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/woutsup.h b/winsup/cygserver/woutsup.h
index e66a694ad18..c048f1c19c2 100644
--- a/winsup/cygserver/woutsup.h
+++ b/winsup/cygserver/woutsup.h
@@ -67,7 +67,7 @@ extern "C" void __cygserver__printf (const char *, const char *, ...);
do \
{ \
__cygserver__printf (__PRETTY_FUNCTION__, __VA_ARGS__); \
- } while (false);
+ } while (false)
#define __noop_printf(...) do {;} while (false)
diff --git a/winsup/cygwin/woutsup.h b/winsup/cygwin/woutsup.h
index e66a694ad18..c048f1c19c2 100644
--- a/winsup/cygwin/woutsup.h
+++ b/winsup/cygwin/woutsup.h
@@ -67,7 +67,7 @@ extern "C" void __cygserver__printf (const char *, const char *, ...);
do \
{ \
__cygserver__printf (__PRETTY_FUNCTION__, __VA_ARGS__); \
- } while (false);
+ } while (false)
#define __noop_printf(...) do {;} while (false)