Skip to content

unused variables #2

@ghost

Description

gcc shows these warning for unused variables:

postpuff.c:304:8: warning: variable ‘circuit’ set but not used [-Wunused-but-set-variable]
  char  circuit = FALSE;  // flag circuit active
        ^~~~~~~
postpuff.c:302:8: warning: variable ‘parts’ set but not used [-Wunused-but-set-variable]
  char  parts = FALSE;   // flag part-Beschreibung active
        ^~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions