Skip to content

warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] #6

@silverfox0786

Description

@silverfox0786

In code that gives warnings, change line as follows.

char* GameList[] =

to

const char*GameList[]=

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