Fixed warnings generated by gcc 4.1.2
[pspp-builds.git] / src / language / dictionary / split-file.c
index 5e327984a5cb3597a57fbf8b922952c09b6925b2..78769ca16da49515bdc45859b756c22c8e991a07 100644 (file)
@@ -51,7 +51,7 @@ cmd_split_file (void)
       size_t n;
 
       /* For now, ignore SEPARATE and LAYERED. */
-      lex_match_id ("SEPARATE") || lex_match_id ("LAYERED");
+      (void) ( lex_match_id ("SEPARATE") || lex_match_id ("LAYERED") );
       
       lex_match (T_BY);
       if (!parse_variables (default_dict, &v, &n, PV_NO_DUPLICATE))