Skip to content

UpdaterAbstractCreate.h: Missing return-statement in non-void function #145

@Bondoki

Description

@Bondoki

It's possible risk as I also experienced program crash. Therefore add

return true;

in the next release.

template < class IngredientsType >
bool UpdaterAbstractCreate<IngredientsType>::execute(){
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions