Ignore:
Timestamp:
08/26/14 04:03:10 (11 years ago)
Author:
epyon
Message:
  • nova now compiles again under all three compilers with -Winsane and no warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/curses/curses_terminal.cc

    r319 r323  
    5858        if ( color > 7 )
    5959        {
    60                 attrset((static_cast<uint32>(color-7) << 24)  & 0xff000000ul | 0x00800000ul);
     60                attrset((static_cast<uint32>(color-7) << 24)  & ( 0xff000000ul | 0x00800000ul ) );
    6161        }
    6262        else
Note: See TracChangeset for help on using the changeset viewer.