Change type of variables whose addresses are passed to dict_get_vars()
[pspp] / src / modify-vars.c
index 86ef2b3c54666ad59320bdff93caad793e8e709c..20898e0a8c525360a88c49ef4556ebfdd2c366af 100644 (file)
@@ -390,7 +390,8 @@ validate_var_modification (const struct dictionary *d,
   struct variable **all_vars;
   struct variable **keep_vars;
   struct variable **drop_vars;
-  size_t all_cnt, keep_cnt, drop_cnt;
+  size_t keep_cnt, drop_cnt;
+  int all_cnt;
 
   struct var_renaming *var_renaming;
   int valid;