]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
inlined function to avoid gcc warnings
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 May 2011 07:13:49 +0000 (09:13 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 May 2011 07:13:49 +0000 (09:13 +0200)
tests/eagain-common.h

index dbc5f33a506cfd6e59dc8a7eccfc2a8af0070d15..c55e97c21028ec956aabff6c09fe191ef2d142ca 100644 (file)
@@ -229,7 +229,7 @@ int ret;
   return ret;
 }
 
-static void reset_buffers(void)
+inline static void reset_buffers(void)
 {
   to_server_len = 0;
   to_client_len = 0;