]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
silence warning about return code
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Sep 2013 12:15:22 +0000 (14:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 6 Sep 2013 12:15:22 +0000 (14:15 +0200)
tests/suite/mini-record-timing.c

index bdc7a451054b54e9f6b747fecbb9d8f65039b000..849a8c2e6cc48225fab47708f24fcff9a74327a3 100644 (file)
@@ -802,6 +802,7 @@ char prio[512];
          test->file, test->name);
   system(prio);
 #endif
+  return 0;
 }
 
 #endif /* _WIN32 */