Skip to content

lcllib.c:86: possible missing comma ? #31

@dcb314

Description

@dcb314

I just tried to compile the package with clang-14. It said:

lcllib.c:86:3: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]

Source code is

"assert",
"complex"
"ctype",

Maybe better code:

"assert",
"complex",
"ctype",

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