Skip to content

[minor] capture_client.c: -Wshadow warning #96

@jpka-

Description

@jpka-

Hello. I've noted that when i compile capture_client.c with -Wshadow gcc key, i have

warning: declaration of ‘nframes’ shadows a global declaration [...]

while it works just fine.
P.S. The complete command is (looks like -Wshadow is not included in -Wall)

gcc -Wshadow -Wall `pkg-config --cflags --libs jack sndfile` -o capture_client ./capture_client.c

Thanks.

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