diff options
author | Vinson Lee <[email protected]> | 2009-12-20 01:01:00 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-20 01:01:00 -0800 |
commit | 0dd951387405fc67b93c675d6a462ce020504719 (patch) | |
tree | 315f442f6e326135837415085b7aab001b901c63 /progs/tests/fptest1.c | |
parent | d87d71036cf546488981d3bd174fde967533bad2 (diff) |
progs/tests: Silence compiler warnings.
Diffstat (limited to 'progs/tests/fptest1.c')
-rw-r--r-- | progs/tests/fptest1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/fptest1.c b/progs/tests/fptest1.c index 2b8f8d0f5ec..1f30d5733e7 100644 --- a/progs/tests/fptest1.c +++ b/progs/tests/fptest1.c @@ -57,6 +57,7 @@ static void Key( unsigned char key, int x, int y ) static void Init( void ) { +#if 0 static const char *prog0 = "!!FP1.0\n" "MUL o[COLR], R0, f[WPOS]; \n" @@ -73,6 +74,7 @@ static void Init( void ) "MOV HC, H2; \n" "END \n" ; +#endif /* masked updates, defines, declarations */ static const char *prog1 = |