Page MenuHomeFreeBSD

Unbreak build after r327614
ClosedPublic

Authored by lwhsu on Jan 6 2018, 9:31 AM.
Tags
None
Referenced Files
F132713621: D13782.id37585.diff
Sun, Oct 19, 6:51 AM
F132713613: D13782.id.diff
Sun, Oct 19, 6:51 AM
F132704262: D13782.id37585.diff
Sun, Oct 19, 4:53 AM
F132650135: D13782.diff
Sat, Oct 18, 6:26 PM
Unknown Object (File)
Sat, Oct 11, 12:32 AM
Unknown Object (File)
Mon, Oct 6, 7:31 AM
Unknown Object (File)
Sep 15 2025, 1:13 AM
Unknown Object (File)
Sep 14 2025, 9:11 PM
Subscribers

Details

Summary

r327614 breaks the build:

/usr/src/usr.bin/morse/morse.c:600:15: error: unused parameter 'stream' [-Werror,-Wunused-parameter]
fdecode(FILE *stream)
              ^
1 error generated.
*** [morse.o] Error code 1

make[4]: stopped in /usr/src/usr.bin/morse
Test Plan

cd usr.bin/morse && make

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jan 6 2018, 9:48 AM
Closed by commit rS327616: Unbreak build after r327614 (authored by lwhsu). · Explain Why
This revision was automatically updated to reflect the committed changes.