From 9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Feb 2000 05:20:38 +0000 Subject: Respond to a multitude of g++ warnings. --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 8fcfb4633..4613c63af 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -2061,7 +2061,7 @@ has_suffix (const char *path, const suffix_info *suffixes) return NULL; } -static int __inline +static __inline__ int next_suffix (char *ext_here, const suffix_info *&suffixes) { if (!suffixes) -- cgit v1.2.3