/[Development]
ViewVC logotype

Revision 3182


Jump to revision: Previous Next
Author: uwe
Date: Thu Mar 20 20:46:44 2008 UTC (5 years, 2 months ago)
Changed paths: 10
Log Message:
Fix code to allow usage of -Wall in libpayload and the sample (trivial).

This even fixes two bugs:

 - get_cpu_speed() didn't return a value.

 - The line
     win->_color - PAIR_NUMBER(0);
   should actually be
     win->_color = PAIR_NUMBER(0);

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



Changed paths

Path Details
Directorytrunk/payloads/libpayload/Makefile modified , text changed
Directorytrunk/payloads/libpayload/curses/colors.c modified , text changed
Directorytrunk/payloads/libpayload/curses/keyboard.c modified , text changed
Directorytrunk/payloads/libpayload/curses/tinycurses.c modified , text changed
Directorytrunk/payloads/libpayload/drivers/vga.c modified , text changed
Directorytrunk/payloads/libpayload/i386/coreboot.c modified , text changed
Directorytrunk/payloads/libpayload/i386/main.c modified , text changed
Directorytrunk/payloads/libpayload/i386/timer.c modified , text changed
Directorytrunk/payloads/libpayload/include/libpayload.h modified , text changed
Directorytrunk/payloads/libpayload/sample/Makefile modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15