Advertisement
Guest User

log2

a guest
Jul 25th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. In file included from C:\Ogre\src\dependencies\src\FreeImage\Source\FreeImage\../LibRawLite/libraw/libraw_datastream.h:36:0,
  2. from C:\Ogre\src\dependencies\src\FreeImage\Source\FreeImage\../LibRawLite/libraw/libraw.h:40,
  3. from C:\Ogre\src\dependencies\src\FreeImage\Source\FreeImage\PluginRAW.cpp:22:
  4. C:\Ogre\src\dependencies\src\FreeImage\Source\FreeImage\../LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  5. #define NO_LCMS
  6. ^
  7. <command-line>:0:0: note: this is the location of the previous definition
  8. In file included from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:26:0:
  9. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  10. #define NO_LCMS
  11. ^
  12. <command-line>:0:0: note: this is the location of the previous definition
  13. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:27:0: warning: "LIBRAW_LIBRARY_BUILD" redefined [enabled by default]
  14. #define LIBRAW_LIBRARY_BUILD
  15. ^
  16. <command-line>:0:0: note: this is the location of the previous definition
  17. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp: In member function 'void LibRaw::kodak_radc_load_raw()':
  18. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:2422:24: warning: iteration 386u invokes undefined behavior [-Waggressive-loop-optimizations]
  19. buf[0][0][i] = 2048;
  20. ^
  21. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:2421:3: note: containing loop
  22. for (i=0; i < sizeof(buf)/sizeof(short); i++)
  23. ^
  24. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:2431:29: warning: iteration 386u invokes undefined behavior [-Waggressive-loop-optimizations]
  25. buf[c][0][i] = (buf[c][0][i] * val + x) >> s;
  26. ^
  27. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:2430:7: note: containing loop
  28. for (i=0; i < sizeof(buf[0])/sizeof(short); i++)
  29. ^
  30. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp: In member function 'void LibRaw::parse_phase_one(int)':
  31. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:6227:32: warning: iteration 3u invokes undefined behavior [-Waggressive-loop-optimizations]
  32. romm_cam[0][i] = getreal(11);
  33. ^
  34. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:6226:2: note: containing loop
  35. for (i=0; i < 9; i++)
  36. ^
  37. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp: In member function 'void LibRaw::adobe_coeff(const char*, const char*)':
  38. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:7172:47: warning: iteration 3u invokes undefined behavior [-Waggressive-loop-optimizations]
  39. cam_xyz[0][j] = table[i].trans[j] / 10000.0;
  40. ^
  41. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_common.cpp:7168:9: note: containing loop
  42. for (j=0; j < 12; j++)
  43. ^
  44. In file included from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_fileio.cpp:26:0:
  45. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  46. #define NO_LCMS
  47. ^
  48. <command-line>:0:0: note: this is the location of the previous definition
  49. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\dcraw_fileio.cpp:27:0: warning: "LIBRAW_LIBRARY_BUILD" redefined [enabled by default]
  50. #define LIBRAW_LIBRARY_BUILD
  51. ^
  52. <command-line>:0:0: note: this is the location of the previous definition
  53. In file included from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\demosaic_packs.cpp:28:0:
  54. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  55. #define NO_LCMS
  56. ^
  57. <command-line>:0:0: note: this is the location of the previous definition
  58. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\internal\demosaic_packs.cpp:29:0: warning: "LIBRAW_LIBRARY_BUILD" redefined [enabled by default]
  59. #define LIBRAW_LIBRARY_BUILD
  60. ^
  61. <command-line>:0:0: note: this is the location of the previous definition
  62. In file included from C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_datastream.h:36:0,
  63. from C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw.h:40,
  64. from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\src\libraw_c_api.cpp:24:
  65. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  66. #define NO_LCMS
  67. ^
  68. <command-line>:0:0: note: this is the location of the previous definition
  69. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\src\libraw_cxx.cpp:33:0: warning: "LIBRAW_LIBRARY_BUILD" redefined [enabled by default]
  70. #define LIBRAW_LIBRARY_BUILD
  71. ^
  72. <command-line>:0:0: note: this is the location of the previous definition
  73. In file included from C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_datastream.h:36:0,
  74. from C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw.h:40,
  75. from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\src\libraw_cxx.cpp:34:
  76. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  77. #define NO_LCMS
  78. ^
  79. <command-line>:0:0: note: this is the location of the previous definition
  80. C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\src\libraw_datastream.cpp:1:0: warning: "LIBRAW_LIBRARY_BUILD" redefined [enabled by default]
  81. #define LIBRAW_LIBRARY_BUILD
  82. ^
  83. <command-line>:0:0: note: this is the location of the previous definition
  84. In file included from C:\Ogre\src\dependencies\src\FreeImage\Source\LibRawLite\src\libraw_datastream.cpp:2:0:
  85. C:/Ogre/src/dependencies/src/FreeImage/Source/LibRawLite/libraw/libraw_types.h:66:0: warning: "NO_LCMS" redefined [enabled by default]
  86. #define NO_LCMS
  87. ^
  88. <command-line>:0:0: note: this is the location of the previous definition
  89. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  90. };
  91. ^
  92. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  93. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  94. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  95. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  96. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  97. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  98. C:\Ogre\src\dependencies\src\FreeImage\Source\Metadata\XTIFF.cpp:59:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  99. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\gzlib.c: In function 'gz_error':
  100. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\gzlib.c:554:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  101. }
  102. ^
  103. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\inffast.c: In function 'inflate_fast':
  104. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\inffast.c:324:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  105. }
  106. ^
  107. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\inftrees.c: In function 'inflate_table':
  108. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\inftrees.c:306:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  109. }
  110. ^
  111. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_init':
  112. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  113. }
  114. ^
  115. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_stored_block':
  116. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:877:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  117. }
  118. ^
  119. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_flush_bits':
  120. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  121. }
  122. ^
  123. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_align':
  124. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:901:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  125. }
  126. ^
  127. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_flush_block':
  128. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:1002:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  129. }
  130. ^
  131. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: In function '_tr_tally':
  132. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:1053:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  133. }
  134. ^
  135. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c: At top level:
  136. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  137. }
  138. ^
  139. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  140. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\zutil.c: In function 'zcalloc':
  141. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\zutil.c:289:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  142. }
  143. ^
  144. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\zutil.c: In function 'zcfree':
  145. C:\Ogre\src\dependencies\src\FreeImage\Source\ZLib\zutil.c:297:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  146. }
  147. ^
  148. C:\Ogre\src\dependencies\src\ois\src\win32\Win32InputManager.cpp: In member function 'void OIS::Win32InputManager::_enumerateDevices()':
  149. C:\Ogre\src\dependencies\src\ois\src\win32\Win32InputManager.cpp:126:79: warning: passing NULL to non-pointer argument 1 of 'virtual HRESULT IDirectInput8A::EnumDevices(DWORD, LPDIENUMDEVICESCALLBACKA, LPVOID, DWORD)' [-Wconversion-null]
  150. mDirectInput->EnumDevices(NULL, _DIEnumDevCallback, this, DIEDFL_ATTACHEDONLY);
  151. ^
  152. Warning: corrupt .drectve at end of def file
  153. Warning: corrupt .drectve at end of def file
  154. Warning: corrupt .drectve at end of def file
  155. Warning: corrupt .drectve at end of def file
  156. In file included from C:\Ogre\src\dependencies\src\zziplib\zzip\dir.c:27:0:
  157. C:/Ogre/src/dependencies/src/zziplib/zzip/__dirent.h:128:9: warning: extra tokens at end of #endif directive [enabled by default]
  158. #endif S_ISDIR
  159. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement