[SerialICE] Patch merged into serialice/master: 538cced SerialICE: Fix sio_putstring discarding 'const' qualifier.

gerrit at coreboot.org gerrit at coreboot.org
Sat Feb 15 18:36:00 CET 2014


the following patch was just integrated into master:
commit 538cced3053db303a8399735c4b7d116731b6ed7
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Feb 14 21:33:10 2014 +1100

    SerialICE: Fix sio_putstring discarding 'const' qualifier.
    
    In serialice.c the function 'serialice_mainboard()' passes the argument
    'const char *' to the function 'sio_putstring()'. However it discards
    'const' qualifier from pointer target type.
    
    In file included from serialice.c:29:0:
    serial.c:85:13: note: expected 'char *' but argument is of type 'const char *'
    
    Change-Id: I144173d7d13098f0e5115a2ec92b4aa20fcec5bc
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>


See http://review.coreboot.org/5223 for details.

-gerrit



More information about the SerialICE mailing list