[Bug go/90614] gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parameter ‘w’ [-Werror=unused-parameter] Continued (uint32_t *w)

ian at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 27 00:10:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90614

--- Comment #4 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Mon May 27 00:10:22 2019
New Revision: 271637

URL: https://gcc.gnu.org/viewcvs?rev=271637&root=gcc&view=rev
Log:
        PR go/90614
    syscall: avoid unused parameter error if WIFCONTINUED not defined

    Fixes https://gcc.gnu.org/PR90614

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/178997

Modified:
    branches/gcc-9-branch/libgo/go/syscall/wait.c


More information about the Gcc-bugs mailing list