ref: 3f36047eff3a198b9cdac2f5cab4180427ce875f
parent: 62aa9ec647e8eb15f7dff11993c0d3ca9b4c4375
author: suzuki toshiya <[email protected]>
date: Fri Jul 31 20:30:11 EDT 2009
gxvalid: Insert PureC pragma to allow unevaluated variables.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-07-31 suzuki toshiya <[email protected]>
+ 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-31 suzuki toshiya <[email protected]>
+
gxvalid: Pass the union by the pointer instead of the value.
* src/gxvalid/gxvcommn.h:
--- a/builds/atari/ATARI.H
+++ b/builds/atari/ATARI.H
@@ -1,3 +1,7 @@
+#if defined( __GXVALID_H__ )
+#pragma warn -aus /* too many unevaluated variables in gxvalid */
+#endif
+
#ifndef ATARI_H
#define ATARI_H