Project

General

Profile

Actions

Feature #12055

closed

libdiskmgt: 'return' with no value, in function returning non-void

Added by Toomas Soome over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
lib - userland libraries
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

Actions #1

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

Also available in: Atom PDF