gxvalid: Insert PureC pragma to allow unevaluated variables.

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:17 +09:00
parent db4a2afc5f
commit 5baa5c0983
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
gxvalid: Insert PureC pragma to allow unevaluated variables.
* builds/atari/ATARI.H: Insert PureC pragma not to
warn against set-but-unevaluated variable in gxvalid
module.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
gxvalid: Pass the union by the pointer instead of the value.

View File

@ -1,3 +1,7 @@
#if defined( __GXVALID_H__ )
#pragma warn -aus /* too many unevaluated variables in gxvalid */
#endif
#ifndef ATARI_H
#define ATARI_H