Project

General

Profile

Actions

Bug #9114

closed

cmd/audio: invalid conversion from 'char' to 'char*'

Added by Toomas Soome almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
cmd - userland programs
Start date:
2018-02-15
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

Build error from gcc 7:

    In file included from AudioLib.cc:29:0:
    ../include/Audio.h:89:18: error: invalid conversion from 'char' to 'char*' [-fpermissive]
          char *msg = '\0') const;  // error message
                      ^~~~
    *** Error code 1
    dmake: Warning: Command failed for target `AudioLib.o'

Note this is just one example, since the error is on header, many files are affected.

Actions

Also available in: Atom PDF