summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorKai Vehmanen <first.surname@nokia.com>2007-08-30 07:27:00 +0000
committerKai Vehmanen <first.surname@nokia.com>2007-08-30 07:27:00 +0000
commitf9746bacae550ec0deb5d155187d3f4df50af2ef (patch)
tree8c00ecd8e1c2ba6ac51b30aee5982f27ce13d2f0 /nice
parentb0a39acb092100185c0e87c7a2aeffeda99eab29 (diff)
downloadlibnice-f9746bacae550ec0deb5d155187d3f4df50af2ef.tar.gz
Fixed 64bit compiler warnings in test apps.
darcs-hash:20070830072747-77cd4-1fea7ef37685860489d9624c74b22942ee44e65d.gz
Diffstat (limited to 'nice')
-rw-r--r--nice/test-readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/test-readline.c b/nice/test-readline.c
index 4387277..2de9a9f 100644
--- a/nice/test-readline.c
+++ b/nice/test-readline.c
@@ -47,7 +47,7 @@
#include "readline.h"
/* this overrides libc read() -- is this reliable? */
-int
+ssize_t
read (
G_GNUC_UNUSED
int fd,