pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

C++ pastebin - collaborative debugging tool View Help


Posted by bad_billou on Wed 27 Aug 15:08
report abuse | download | new post

  1. Source/Core/DolphinWX/src/FileSearch.cpp: In member function 'void CFileSearch::FindFiles(const std::string&, const std::string&)':
  2. Source/Core/DolphinWX/src/FileSearch.cpp:72: warning: comparison between signed and unsigned integer expressions
  3. Source/Core/DolphinWX/src/GameListCtrl.cpp: In member function 'void CGameListCtrl::InsertItemInReportView(size_t)':
  4. Source/Core/DolphinWX/src/GameListCtrl.cpp:237: warning: comparison between signed and unsigned integer expressions
  5. Source/Core/DolphinWX/src/PluginManager.cpp: In member function 'void CPluginManager::ScanForPlugins(wxWindow*)':
  6. Source/Core/DolphinWX/src/PluginManager.cpp:86: warning: declaration of 'temp' shadows a previous local
  7. Source/Core/DolphinWX/src/PluginManager.cpp:44: warning: shadowed declaration is here
  8. Source/Core/DebuggerWX/src/CodeView.cpp: In member function 'void CCodeView::OnPaint(wxPaintEvent&)':
  9. Source/Core/DebuggerWX/src/CodeView.cpp:398: warning: declaration of 'i' shadows a previous local
  10. Source/Core/DebuggerWX/src/CodeView.cpp:345: warning: shadowed declaration is here
  11. Source/Core/DebuggerWX/src/CodeWindow.cpp: In member function 'void CCodeWindow::OnSymbolListContextMenu(wxContextMenuEvent&)':
  12. Source/Core/DebuggerWX/src/CodeWindow.cpp:616: warning: unused variable 'index'
  13. Source/Core/DebuggerWX/src/MemoryView.cpp: In member function 'void CMemoryView::OnPaint(wxPaintEvent&)':
  14. Source/Core/DebuggerWX/src/MemoryView.cpp:314: warning: declaration of 'i' shadows a previous local
  15. Source/Core/DebuggerWX/src/MemoryView.cpp:259: warning: shadowed declaration is here
  16. Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp: In constructor 'CEXIMemoryCard::CEXIMemoryCard(const std::string&, const std::string&, int)':
  17. Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.cpp:42: warning: declaration of 'card_index' shadows a member of 'this'
  18. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:23:
  19. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  20. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  21. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  22. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:27:
  23. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h: In member function 'virtual bool CWII_IPC_HLE_Device_stm_immediate::IOCtl(u32)':
  24. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:60: warning: unused variable 'Buffer1'
  25. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:61: warning: unused variable 'BufferSize1'
  26. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:62: warning: unused variable 'Buffer2'
  27. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:63: warning: unused variable 'BufferSize2'
  28. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h: In member function 'virtual bool CWII_IPC_HLE_Device_stm_eventhook::IOCtl(u32)':
  29. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:124: warning: unused variable 'Buffer2'
  30. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_stm.h:125: warning: unused variable 'BufferSize2'
  31. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:29:
  32. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h: In member function 'virtual bool CWII_IPC_HLE_Device_net_kd_time::IOCtl(u32)':
  33. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h:60: warning: unused variable 'Parameter'
  34. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h:61: warning: unused variable 'Buffer1'
  35. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h:62: warning: unused variable 'BufferSize1'
  36. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h:63: warning: unused variable 'Buffer2'
  37. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net.h:64: warning: unused variable 'BufferSize2'
  38. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp: In function 'void WII_IPC_HLE_Interface::ExecuteCommand(u32)':
  39. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:230: warning: unused variable 'pDevice'
  40. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:212: warning: unused variable 'Mode'
  41. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.h:20,
  42.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.cpp:20:
  43. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  44. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  45. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  46. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.h:20,
  47.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp:20:
  48. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  49. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  50. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  51. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp: In member function 'virtual bool CWII_IPC_HLE_Device_FileIO::IOCtl(u32)':
  52. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp:138: warning: unused variable 'BufferIn'
  53. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp:139: warning: unused variable 'BufferInSize'
  54. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp:141: warning: unused variable 'BufferOutSize'
  55. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_sdio_slot0.h:23,
  56.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_sdio_slot0.cpp:20:
  57. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  58. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  59. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  60. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h:20,
  61.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:18:
  62. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  63. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  64. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  65. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'virtual bool CWII_IPC_HLE_Device_usb_oh1_57e_305::IOCtlV(u32)':
  66. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:79: warning: unused variable 'Termination'
  67. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::ExecuteHCICommandMessage(const CWII_IPC_HLE_Device_usb_oh1_57e_305::SHCICommandMessage&)':
  68. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:717: warning: unused variable 'ocf'
  69. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:718: warning: unused variable 'ogf'
  70. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandReadStoredLinkKey(u8*)':
  71. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:825: warning: unused variable 'ReadStoredLinkKey'
  72. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandWritePageTimeOut(u8*)':
  73. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:924: warning: unused variable 'pWritePageTimeOut'
  74. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandWriteScanEnable(u8*)':
  75. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:949: warning: unused variable 'Scanning'
  76. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandWriteInquiryMode(u8*)':
  77. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:965: warning: unused variable 'pInquiryMode'
  78. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:973: warning: unused variable 'InquiryMode'
  79. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandWritePageScanType(u8*)':
  80. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:988: warning: unused variable 'pWritePageScanType'
  81. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:996: warning: unused variable 'PageScanType'
  82. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandInquiry(u8*)':
  83. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:1033: warning: unused variable 'inquiry_length'
  84. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:1034: warning: unused variable 'num_responses'
  85. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandWriteInquiryScanType(u8*)':
  86. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:1052: warning: unused variable 'pSetEventFilter'
  87. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp: In member function 'void CWII_IPC_HLE_Device_usb_oh1_57e_305::CommandAcceptCon(u8*)':
  88. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp:1161: warning: unused variable 'pAcceptCon'
  89. In file included from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.h:20,
  90.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_WiiMote.h:21,
  91.                  from Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_WiiMote.cpp:20:
  92. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h: In member function 'void IWII_IPC_HLE_Device::DumpAsync(u32, u32, u32, u32)':
  93. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:132: warning: unused variable 'OutBuffer'
  94. Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device.h:133: warning: unused variable 'OutBufferSize'
  95. Source/Core/Core/Src/PowerPC/PowerPC.cpp: In function 'void PowerPC::Init()':
  96. Source/Core/Core/Src/PowerPC/PowerPC.cpp:91: warning: declaration of 'mode' shadows a global declaration
  97. Source/Core/Core/Src/PowerPC/PowerPC.cpp:42: warning: shadowed declaration is here
  98. Source/Core/Core/Src/PowerPC/SignatureDB.cpp: In member function 'bool SignatureDB::Load(const char*)':
  99. Source/Core/Core/Src/PowerPC/SignatureDB.cpp:50: warning: declaration of 'f' shadows a previous local
  100. Source/Core/Core/Src/PowerPC/SignatureDB.cpp:39: warning: shadowed declaration is here
  101. Source/Core/Core/Src/PowerPC/SymbolDB.cpp: In member function 'Symbol* SymbolDB::GetSymbolFromAddr(u32)':
  102. Source/Core/Core/Src/PowerPC/SymbolDB.cpp:112: warning: declaration of 'iter' shadows a previous local
  103. Source/Core/Core/Src/PowerPC/SymbolDB.cpp:107: warning: shadowed declaration is here
  104. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Integer.cpp: In function 'void Interpreter::cmpl(UGeckoInstruction)':
  105. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Integer.cpp:249: warning: 'fTemp' may be used uninitialized in this function
  106. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Integer.cpp: In function 'void Interpreter::cmp(UGeckoInstruction)':
  107. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Integer.cpp:237: warning: 'fTemp' may be used uninitialized in this function
  108. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp: In function 'void Interpreter::UpdateFPRF(double)':
  109. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp:99: warning: unused variable 'mantissa_top'
  110. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp: In function 'void Interpreter::fctiwx(UGeckoInstruction)':
  111. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp:196: warning: unused variable 'inexact'
  112. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp: In function 'void Interpreter::fctiwzx(UGeckoInstruction)':
  113. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.cpp:235: warning: unused variable 'inexact'
  114. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_LoadStore.cpp: In function 'void Interpreter::tlbie(UGeckoInstruction)':
  115. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_LoadStore.cpp:634: warning: unused variable 'entry'
  116. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp: In function 'void Interpreter::mtspr(UGeckoInstruction)':
  117. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:357: warning: unused variable 'WriteGatherPipeEnable'
  118. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:358: warning: unused variable 'LockedCacheEnable'
  119. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:359: warning: unused variable 'DMAQueueLength'
  120. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:360: warning: unused variable 'PairedSingleEnable'
  121. Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.cpp:361: warning: unused variable 'QuantizeEnable'
  122. Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp:52: warning: 'Jit64::<unnamed>::temp64' defined but not used
  123. Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.cpp:53: warning: 'Jit64::<unnamed>::temp32' defined but not used
  124. Source/Core/Core/Src/HLE/HLE.cpp: In function 'void HLE::Execute(u32, u32)':
  125. Source/Core/Core/Src/HLE/HLE.cpp:129: warning: comparison between signed and unsigned integer expressions
  126. Source/Core/VideoCommon/Src/TextureDecoder.cpp: In function 'PC_TexFormat TexDecoder_Decode(u8*, const u8*, int, int, int, int, int)':
  127. Source/Core/VideoCommon/Src/TextureDecoder.cpp:482: warning: array subscript has type 'char'
  128. Source/Core/VideoCommon/Src/Fifo.cpp: In function 'void Fifo_EnterLoop(const SVideoInitialize&)':
  129. Source/Core/VideoCommon/Src/Fifo.cpp:119: warning: declaration of 'fifo' shadows a global declaration
  130. Source/Core/VideoCommon/Src/Fifo.cpp:29: warning: shadowed declaration is here
  131. Source/Core/Common/Src/ChunkFile.cpp: In member function 'bool ChunkFile::Do(void*, int)':
  132. Source/Core/Common/Src/ChunkFile.cpp:63: warning: declaration of 'size' shadows a member of 'this'
  133. Source/Core/Common/Src/ChunkFile.cpp: In member function 'bool ChunkFile::Descend(const char*)':
  134. Source/Core/Common/Src/ChunkFile.cpp:112: warning: comparison between signed and unsigned integer expressions
  135. Source/Core/Common/Src/FileUtil.cpp: In static member function 'static bool File::CreateDir(const std::string&)':
  136. Source/Core/Common/Src/FileUtil.cpp:84: warning: no return statement in function returning non-void
  137. Source/Core/Common/Src/FileUtil.cpp:84: warning: control reaches end of non-void function
  138. Source/Core/Common/Src/MappedFile.cpp: In member function 'virtual u8* Common::CMappedFile::Lock(u64, u64)':
  139. Source/Core/Common/Src/MappedFile.cpp:161: warning: declaration of 'size' shadows a member of 'this'
  140. Source/Core/Common/Src/StringUtil.cpp: In function 'bool SplitPath(const std::string&, std::string*, std::string*, std::string*)':
  141. Source/Core/Common/Src/StringUtil.cpp:339: warning: comparison between signed and unsigned integer expressions
  142. Source/Core/Common/Src/StringUtil.cpp:346: warning: comparison between signed and unsigned integer expressions
  143. Source/Core/Common/Src/Thread.cpp: In member function 'void Common::Thread::SetAffinity(int)':
  144. Source/Core/Common/Src/Thread.cpp:259: warning: comparison between signed and unsigned integer expressions
  145. Source/Core/Common/Src/x64Emitter.cpp: In member function 'void Gen::OpArg::WriteRest(int, Gen::X64Reg) const':
  146. Source/Core/Common/Src/x64Emitter.cpp:126: warning: declaration of 'operandReg' shadows a member of 'this'
  147. Source/Core/Common/Src/x64Emitter.cpp:133: warning: declaration of 'offsetOrBaseReg' shadows a member of 'this'
  148. Source/Core/Common/Src/x64Emitter.cpp: In function 'void Gen::CALL(void*)':
  149. Source/Core/Common/Src/x64Emitter.cpp:319: warning: comparison between signed and unsigned integer expressions
  150. Source/Core/Common/Src/x64Emitter.cpp: In member function 'void Gen::OpArg::WriteSingleByteOp(u8, Gen::X64Reg, int)':
  151. Source/Core/Common/Src/x64Emitter.cpp:787: warning: declaration of 'operandReg' shadows a member of 'this'
  152. Source/Core/Common/Src/x64Emitter.cpp: In member function 'void Gen::OpArg::WriteNormalOp(bool, Gen::NormalOp, const Gen::OpArg&, int) const':
  153. Source/Core/Common/Src/x64Emitter.cpp:827: warning: declaration of 'operandReg' shadows a member of 'this'
  154. Source/Core/Common/Src/x64Emitter.cpp: At global scope:
  155. Source/Core/Common/Src/x64Emitter.cpp:25: warning: 'Gen::mode32' defined but not used
  156. Source/Plugins/Plugin_DSP_HLE/Src/PCHW/Mixer.cpp: In function 'void Mixer(short int*, int, int, int, int)':
  157. Source/Plugins/Plugin_DSP_HLE/Src/PCHW/Mixer.cpp:64: warning: unused variable 'sample'
  158. Source/Plugins/Plugin_PadSimple/Src/main.cpp: In function 'void X11_Read(int, SPADStatus*)':
  159. Source/Plugins/Plugin_PadSimple/Src/main.cpp:484: warning: declaration of 'a' shadows a global declaration
  160. Source/Plugins/Plugin_PadSimple/Src/main.cpp:473: warning: shadowed declaration is here
  161. In file included from Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp:18:
  162. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  163. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  164. Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp: In function 'void BPWritten(int, int, int)':
  165. Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp:280: warning: unused variable 'fogcolor'
  166. In file included from Source/Plugins/Plugin_VideoOGL/Src/DataReader.cpp:18:
  167. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  168. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  169. In file included from Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:25:
  170. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  171. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  172. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp: At global scope:
  173. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:274: warning: packed attribute is unnecessary for 'TGA_HEADER::xstart'
  174. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:275: warning: packed attribute is unnecessary for 'TGA_HEADER::ystart'
  175. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:276: warning: packed attribute is unnecessary for 'TGA_HEADER::width'
  176. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:277: warning: packed attribute is unnecessary for 'TGA_HEADER::height'
  177. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp: In function 'void DVProfWrite(const char*, u32)':
  178. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:554: warning: declaration of 'it' shadows a previous local
  179. Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp:546: warning: shadowed declaration is here
  180. In file included from Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp:18:
  181. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  182. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  183. In file included from Source/Plugins/Plugin_VideoOGL/Src/main.cpp:18:
  184. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  185. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  186. Source/Plugins/Plugin_VideoOGL/Src/main.cpp: In function 'void DllConfig(void*)':
  187. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:115: warning: unused variable 'vi'
  188. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:116: warning: unused variable 'cmap'
  189. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:117: warning: unused variable 'dpyWidth'
  190. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:117: warning: unused variable 'dpyHeight'
  191. Source/Plugins/Plugin_VideoOGL/Src/main.cpp: In function 'bool ScreenShot(char*)':
  192. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:259: warning: declaration of 'str' shadows a previous local
  193. Source/Plugins/Plugin_VideoOGL/Src/main.cpp:249: warning: shadowed declaration is here
  194. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:92:26: warning: missing terminating ' character
  195. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:97:30: warning: missing terminating ' character
  196. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:103:38: warning: missing terminating ' character
  197. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:160:38: warning: missing terminating ' character
  198. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:222:37: warning: missing terminating ' character
  199. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:270:53: warning: missing terminating ' character
  200. Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.cpp:273:34: warning: missing terminating ' character
  201. In file included from Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.cpp:27:
  202. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  203. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  204. In file included from Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp:18:
  205. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  206. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  207. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp: In function 'void WriteStage(char*&, int, u32)':
  208. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp:462: warning: unused variable 'colchan'
  209. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp: In function 'bool WriteAlphaTest(char*&)':
  210. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp:806: warning: unused variable 'bFirst'
  211. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp: At global scope:
  212. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp:137: warning: 'tevCompOpTable' defined but not used
  213. Source/Plugins/Plugin_VideoOGL/Src/PixelShader.cpp:244: warning: 'tevTexFunc' defined but not used
  214. In file included from Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:18:
  215. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  216. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  217. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp: In static member function 'static bool PixelShaderMngr::CompilePixelShader(FRAGMENTSHADER&, const char*)':
  218. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:171: warning: unused variable 'cgerr'
  219. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp: In static member function 'static void PixelShaderMngr::SetConstants(FRAGMENTSHADER&)':
  220. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:239: warning: comparison between signed and unsigned integer expressions
  221. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp: In static member function 'static void PixelShaderMngr::GetPixelShaderId(PixelShaderMngr::PIXELSHADERUID&)':
  222. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:498: warning: comparison between signed and unsigned integer expressions
  223. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:522: warning: comparison between signed and unsigned integer expressions
  224. Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp:536: warning: comparison between signed and unsigned integer expressions
  225. In file included from Source/Plugins/Plugin_VideoOGL/Src/rasterfont.cpp:18:
  226. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  227. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  228. In file included from Source/Plugins/Plugin_VideoOGL/Src/Render.cpp:18:
  229. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  230. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  231. Source/Plugins/Plugin_VideoOGL/Src/Render.cpp: In static member function 'static bool Renderer::Create2()':
  232. Source/Plugins/Plugin_VideoOGL/Src/Render.cpp:156: warning: comparison between signed and unsigned integer expressions
  233. In file included from Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp:22:
  234. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  235. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  236. In file included from Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:18:
  237. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  238. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  239. In file included from Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:135:
  240. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_TextCoord.h: In function 'void TexCoord_ReadIndex16_UShort1(void*)':
  241. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_TextCoord.h:272: warning: unused variable 'pVtxAttr'
  242. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_TextCoord.h: In function 'void TexCoord_ReadIndex16_UShort2(void*)':
  243. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_TextCoord.h:283: warning: unused variable 'pVtxAttr'
  244. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp: In member function 'void VertexLoader::ProcessFormat()':
  245. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:381: warning: unused variable 'uSize'
  246. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp: In static member function 'static bool VertexManager::Init()':
  247. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:885: warning: comparison between signed and unsigned integer expressions
  248. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:890: warning: comparison between signed and unsigned integer expressions
  249. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp: In static member function 'static void VertexManager::AddVertices(int, int)':
  250. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:946: warning: unused variable 'sprims'
  251. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp: In static member function 'static void VertexManager::Flush()':
  252. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:999: warning: comparison between signed and unsigned integer expressions
  253. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:1005: warning: comparison between signed and unsigned integer expressions
  254. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp: At global scope:
  255. Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.cpp:51: warning: 'tcScale' defined but not used
  256. In file included from Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_Normal.cpp:21:
  257. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  258. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  259. In file included from Source/Plugins/Plugin_VideoOGL/Src/VertexShader.cpp:18:
  260. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  261. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  262. In file included from Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:20:
  263. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  264. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  265. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp: In static member function 'static void VertexShaderMngr::InvalidateXFRange(int, int)':
  266. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:384: warning: comparison between signed and unsigned integer expressions
  267. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:384: warning: comparison between signed and unsigned integer expressions
  268. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:385: warning: comparison between signed and unsigned integer expressions
  269. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:385: warning: comparison between signed and unsigned integer expressions
  270. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:389: warning: comparison between signed and unsigned integer expressions
  271. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:389: warning: comparison between signed and unsigned integer expressions
  272. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:390: warning: comparison between signed and unsigned integer expressions
  273. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:390: warning: comparison between signed and unsigned integer expressions
  274. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:391: warning: comparison between signed and unsigned integer expressions
  275. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:391: warning: comparison between signed and unsigned integer expressions
  276. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:392: warning: comparison between signed and unsigned integer expressions
  277. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:392: warning: comparison between signed and unsigned integer expressions
  278. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:396: warning: comparison between signed and unsigned integer expressions
  279. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:396: warning: comparison between signed and unsigned integer expressions
  280. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:397: warning: comparison between signed and unsigned integer expressions
  281. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:397: warning: comparison between signed and unsigned integer expressions
  282. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:398: warning: comparison between signed and unsigned integer expressions
  283. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:398: warning: comparison between signed and unsigned integer expressions
  284. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:399: warning: comparison between signed and unsigned integer expressions
  285. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:399: warning: comparison between signed and unsigned integer expressions
  286. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp: In static member function 'static void VertexShaderMngr::LoadXFReg(u32, u32, u32*)':
  287. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:567: warning: comparison between signed and unsigned integer expressions
  288. Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp:682: warning: comparison between signed and unsigned integer expressions
  289. In file included from Source/Plugins/Plugin_VideoOGL/Src/XFB.cpp:21:
  290. Source/Plugins/Plugin_VideoOGL/Src/Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  291. Source/Plugins/Plugin_VideoOGL/Src/Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'
  292. In file included from Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp:20:
  293. Source/Plugins/Plugin_VideoOGL/Src/GUI/../Globals.h: In constructor 'DVProfileFunc::DVProfileFunc(const char*, u32)':
  294. Source/Plugins/Plugin_VideoOGL/Src/GUI/../Globals.h:321: warning: declaration of 'dwUserData' shadows a member of 'this'

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post