[coreboot-gerrit] Patch merged into coreboot/master: 0a527e7 libpayload: Fix prototype warnings in PDCurses

gerrit at coreboot.org gerrit at coreboot.org
Tue Mar 26 19:37:35 CET 2013


the following patch was just integrated into master:
commit 0a527e7e5d3be94add22b654b74defd259f0ea76
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Mar 25 15:38:21 2013 -0700

    libpayload: Fix prototype warnings in PDCurses
    
    This fixes the following PDCurses warnings:
    
        CC         curses/pdcurses-backend/pdcsetsc.libcurses.o
    curses/pdcurses-backend/pdcsetsc.c: In function 'PDC_curs_set':
    curses/pdcurses-backend/pdcsetsc.c:17:9: warning: implicit declaration of function 'serial_cursor_enable' [-Wimplicit-function-declaration]
    curses/pdcurses-backend/pdcsetsc.c:22:9: warning: implicit declaration of function 'video_console_cursor_enable' [-Wimplicit-function-declaration]
        CC         curses/pdcurses-backend/pdcutil.libcurses.o
    curses/pdcurses-backend/pdcutil.c:30:6: warning: no previous prototype for 'curses_enable_serial' [-Wmissing-prototypes]
    curses/pdcurses-backend/pdcutil.c:35:6: warning: no previous prototype for 'curses_enable_vga' [-Wmissing-prototypes]
    curses/pdcurses-backend/pdcutil.c:40:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
    curses/pdcurses-backend/pdcutil.c:45:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
    
    Change-Id: If0d4d475d3006f1a77f67ec46c6bdf4ee2906981
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/2908
    Reviewed-by: Dave Frodin <dave.frodin at se-eng.com>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>

Build-Tested: build bot (Jenkins) at Tue Mar 26 01:03:35 2013, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Tue Mar 26 19:37:33 2013, giving +2
See http://review.coreboot.org/2908 for details.

-gerrit



More information about the coreboot-gerrit mailing list