]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed compiler warnings reported on Ubuntu 10.04
authorDavid Sommerseth <dazo@users.sourceforge.net>
Fri, 17 Sep 2010 15:10:25 +0000 (17:10 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Oct 2010 09:40:36 +0000 (11:40 +0200)
commitd6b783a8ec505c8e158bd0304c5e195cff5bb8c3
tree17fc5fbe4c16328e7dd1ece2c95fc46be6a051fa
parent6f1e61b41be52fd0e7f4655ebc3000f63254aede
Fixed compiler warnings reported on Ubuntu 10.04

The warnings reported where:
--------------------------------------------------------
misc.c:158: warning: ignoring return value of ‘nice’, declared with attribute warn_unused_result
options.c:4033: warning: format not a string literal and no format arguments
options.c:4043: warning: format not a string literal and no format arguments
options.c:4053: warning: format not a string literal and no format arguments
push.c:182: warning: format not a string literal and no format arguments
push.c:199: warning: format not a string literal and no format arguments
push.c:235: warning: format not a string literal and no format arguments
status.c:171: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result
--------------------------------------------------------

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Peter Stuge <peter@stuge.se>
misc.c
options.c
push.c
status.c