Skip to content

Warning flags during compilation #24

Open
@positiveblue

Description

@positiveblue

Compiling the library throws some warnings. Basically

delete called on 'XXX' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]

control reaches end of non-void function [-Wreturn-type]

private field 'XXX' is not used [-Wunused-private-field]

field 'XXX' will be initialized after field '_isGrowing' [-Wreorder]

The code needs to be fixed.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions