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/gl/gl_enum.cc

    r319 r323  
    232232        case BYTE_VECTOR_3  : return GL_INT_VEC3;
    233233        case BYTE_VECTOR_4  : return GL_INT_VEC4;
    234         NV_RETURN_COVERED_DEFAULT( 0 );
     234        default : return 0; // TODO: throw!
    235235        }
    236236}
Note: See TracChangeset for help on using the changeset viewer.