fynv / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

nvidia texture tools won't compile under Linux using newer gcc / clang versions #195

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Adding inline to #define NV_FORCEINLINE  __attribute__((always_inline)) in 
src/nvcore/DefsGnucLinux.h fixes the compilation

Original issue reported on code.google.com by RafaelBo...@gmail.com on 2 Aug 2013 at 8:29

GoogleCodeExporter commented 9 years ago
This is annoying. Some GCC versions complain about the double inline, others 
require it. Grrr. I'll add it back!

Original comment by cast...@gmail.com on 2 Aug 2013 at 8:42