Skip to content

ESCDELAY = 25; : lvalue required as left operand of assignment #31

@donzef

Description

@donzef

With gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) I get the following error:

...
deps/Engine/Graphics/Ncurses.cpp: In function ‘bool Ncurses::init()’:
deps/Engine/Graphics/Ncurses.cpp:23:13: error: lvalue required as left operand of assignment
ESCDELAY = 25;

By commenting out this "ESCDELAY = 25; " compilation goes through and game works fine.

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