Skip to content

compiler warning - uninitialized use #6

@bondhugula

Description

@bondhugula

With GCC 8.3.1 (with -Wextra) and the current master tip 261eec0

CC source/pip_dp-maind.o
source/maind.c: In function ‘main’:
source/maind.c:186:27: warning: ‘g’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(verbose_xx > 0) {fprintf(dump_xx, "hwm %p\n", g);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD pip_dp

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