diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-12 17:49:00 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-12 17:49:00 -0400 |
commit | e33a10a8a4cb1873f7aa9b1695959fc14bbc5cd3 (patch) | |
tree | 214be4949eb6b825da642a479b45faeffca0be31 /minic | |
parent | e1609b24e639334e8fe6b541d7d4226942f2b20f (diff) | |
download | roux-e33a10a8a4cb1873f7aa9b1695959fc14bbc5cd3.tar.gz |
limit the amount of warnings in prime example
Diffstat (limited to 'minic')
-rw-r--r-- | minic/test/prime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minic/test/prime.c b/minic/test/prime.c index 182cb3d..5d2cde9 100644 --- a/minic/test/prime.c +++ b/minic/test/prime.c @@ -1,3 +1,5 @@ +#include <stdio.h> + main() { int n; int t; |