(parse_Z) [WORDS_BIGENDIAN] Don't declare buf[], to avoid "unused
[pspp-builds.git] / src / data-in.c
index 945cafd734ae38dc2af3f991776a69a6a29723f3..ec03274b45bed23c4e247d03fe8634bb85fc260e 100644 (file)
@@ -455,7 +455,9 @@ parse_Z (struct data_in *i)
 static inline bool
 parse_IB (struct data_in *i)
 {
+#ifndef WORDS_BIGENDIAN
   char buf[64];
+#endif
   const char *p;
 
   unsigned char xor;