diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 16:25:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 16:25:53 +0200 |
commit | 210f43137d6a077abbd8b77c1f72193dcd81cc99 (patch) | |
tree | eb276f8d5ead42f0ae6472188ca4503c908c9caa /tests | |
parent | de51fab0ff9647954fe6540ee77252e9ea317888 (diff) | |
download | rsyslog-210f43137d6a077abbd8b77c1f72193dcd81cc99.tar.gz rsyslog-210f43137d6a077abbd8b77c1f72193dcd81cc99.tar.bz2 rsyslog-210f43137d6a077abbd8b77c1f72193dcd81cc99.zip |
fixing some minor nits
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ourtail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ourtail.c b/tests/ourtail.c index f2751c72..6781b5fe 100644 --- a/tests/ourtail.c +++ b/tests/ourtail.c @@ -28,7 +28,7 @@ */ #include <stdio.h> -int main(int argc, char *argv[]) +int main(int __attribute__((unused)) argc, char __attribute__((unused)) *argv[]) { int c; |