diff options
Diffstat (limited to 'dbug/tests.c')
-rw-r--r-- | dbug/tests.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbug/tests.c b/dbug/tests.c index 657ed638a5a..22a445fdeca 100644 --- a/dbug/tests.c +++ b/dbug/tests.c @@ -36,7 +36,8 @@ int func1() DBUG_RETURN(10); } -int main (int argc, char *argv[]) +int main (int argc __attribute__((unused)), + char *argv[] __attribute__((unused))) { #ifdef DBUG_OFF return 1; |