diff options
Diffstat (limited to 'tests/05read.c')
-rw-r--r-- | tests/05read.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/05read.c b/tests/05read.c index 226acca..c8475c7 100644 --- a/tests/05read.c +++ b/tests/05read.c @@ -9,6 +9,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + int fd[2]; termo_t *tk; termo_key_t key; |