Changeset 123


Ignore:
Timestamp:
06/16/13 20:53:17 (12 years ago)
Author:
epyon
Message:
  • Nova compiles under 64-bit Linux GCC 4.6, warning-free
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv.lua

    r121 r123  
    3939                end
    4040
     41        configuration "linux"
     42                linkoptions { "-ldl" }
     43
    4144        configuration "vs*"
    4245                defines { "_SECURE_SCL=0", "_CRT_SECURE_NO_WARNINGS=1" }
  • trunk/nv/common.hh

    r121 r123  
    136136#endif
    137137
    138 
    139138namespace nv
    140139{
     
    184183        if (p == 0)
    185184        {
     185#ifdef NV_LOG
    186186                NV_THROW( std::bad_cast );
     187#endif
    187188        }
    188189
Note: See TracChangeset for help on using the changeset viewer.