Skip to content

Compilation warnings #2

Description

@hadley
src/readstat_sav_parse.c:30:18: warning: unused variable 'sav_long_variable_parse_first_final' [-Wunused-const-variable]
static const int sav_long_variable_parse_first_final = 227;
                 ^
src/readstat_sav_parse.c:31:18: warning: unused variable 'sav_long_variable_parse_error' [-Wunused-const-variable]
static const int sav_long_variable_parse_error = 0;
                 ^
src/readstat_sav_parse.c:33:18: warning: unused variable 'sav_long_variable_parse_en_main' [-Wunused-const-variable]
static const int sav_long_variable_parse_en_main = 1;
                 ^
src/readstat_sav_parse.c:3457:18: warning: unused variable 'sav_very_long_string_parse_first_final' [-Wunused-const-variable]
static const int sav_very_long_string_parse_first_final = 36;
                 ^
src/readstat_sav_parse.c:3458:18: warning: unused variable 'sav_very_long_string_parse_error' [-Wunused-const-variable]
static const int sav_very_long_string_parse_error = 0;
                 ^
src/readstat_sav_parse.c:3460:18: warning: unused variable 'sav_very_long_string_parse_en_main' [-Wunused-const-variable]
static const int sav_very_long_string_parse_en_main = 1;

(feel free to ignore)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions