diff options
Diffstat (limited to 'src/tet3/tcc/exec.c')
-rw-r--r-- | src/tet3/tcc/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tet3/tcc/exec.c b/src/tet3/tcc/exec.c index a29e012d..ba53100c 100644 --- a/src/tet3/tcc/exec.c +++ b/src/tet3/tcc/exec.c @@ -34,6 +34,9 @@ DESCRIPTION: MODIFICATIONS: + Aaron Plattner, April 2010 + Fixed warnings when compiled with GCC's -Wall option. + ************************************************************************/ #include <stdio.h> |