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/engine/program_manager.cc

    r319 r323  
    5757                for ( uint32 i = 1; i <= count; ++i )
    5858                {
    59                         std::string include( inctable.get<std::string,int>(i) );
     59                        std::string include( inctable.get<std::string,uint32>(i) );
    6060                        if ( i == count ) out += "#line 1\n";
    6161                        out += nv::slurp( include );
Note: See TracChangeset for help on using the changeset viewer.