forked from Imagelibrary/rtems
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* console/console.c: Removed warnings.
|
||||
|
||||
2002-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c, startup/bspclean.c: Removed warnings.
|
||||
|
||||
@@ -880,6 +880,7 @@ int cd2401_setAttributes(
|
||||
}
|
||||
|
||||
/* Number of bits per char */
|
||||
csize = 0x07; /* to avoid a warning */
|
||||
switch ( t->c_cflag & CSIZE ) {
|
||||
case CS5: csize = 0x04; break;
|
||||
case CS6: csize = 0x05; break;
|
||||
|
||||
Reference in New Issue
Block a user