qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5540] Fix inline use warnings from sparse
@ 2008-10-26 15:26 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-26 15:26 UTC (permalink / raw)
  To: qemu-devel

Revision: 5540
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5540
Author:   blueswir1
Date:     2008-10-26 15:26:09 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
Fix inline use warnings from sparse

Modified Paths:
--------------
    trunk/slirp/misc.h
    trunk/slirp/slirp.h

Modified: trunk/slirp/misc.h
===================================================================
--- trunk/slirp/misc.h	2008-10-26 13:43:07 UTC (rev 5539)
+++ trunk/slirp/misc.h	2008-10-26 15:26:09 UTC (rev 5540)
@@ -72,8 +72,8 @@
 int show_x _P((char *, struct socket *));
 void redir_x _P((u_int32_t, int, int, int));
 void getouraddr _P((void));
-inline  void slirp_insque  _P((void *, void *));
-inline  void slirp_remque  _P((void *));
+void slirp_insque _P((void *, void *));
+void slirp_remque _P((void *));
 int add_exec _P((struct ex_list **, int, char *, int, int));
 int slirp_openpty _P((int *, int *));
 int fork_exec(struct socket *so, const char *ex, int do_pty);

Modified: trunk/slirp/slirp.h
===================================================================
--- trunk/slirp/slirp.h	2008-10-26 13:43:07 UTC (rev 5539)
+++ trunk/slirp/slirp.h	2008-10-26 15:26:09 UTC (rev 5540)
@@ -270,8 +270,8 @@
 # define insque_32 insque
 # define remque_32 remque
 #else
- inline void insque_32 _P((void *, void *));
- inline void remque_32 _P((void *));
+ void insque_32 _P((void *, void *));
+ void remque_32 _P((void *));
 #endif
 
 #ifndef _WIN32

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-26 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 15:26 [Qemu-devel] [5540] Fix inline use warnings from sparse Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).