Actions
Feature #12055
closedlibdiskmgt: 'return' with no value, in function returning non-void
Start date:
Due date:
% Done:
90%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Build errors with gcc 8:
../common/events.c: In function 'walker': ../common/events.c:516:3: error: 'return' with no value, in function returning non-void [-Werror=return-type] return; ^~~~~~ ../common/events.c:503:1: note: declared here walker(void *arg) ^~~~~~ ../common/events.c:528:3: error: 'return' with no value, in function returning non-void [-Werror=return-type] return; ^~~~~~ ../common/events.c:503:1: note: declared here walker(void *arg) ^~~~~~ cc1: all warnings being treated as errors
Updated by Toomas Soome over 3 years ago
- Tracker changed from Bug to Feature
- Status changed from In Progress to Closed
error from mismerge
Actions