Silence various Visual Studio warnings:
author Naram Qashat
()
committer Naram Qashat
()
commit b5a223a60e2225968ebd6d314664b2eab1d17bbb
tree f7901fb86f16eb28f2cfc70764dfdcd20a2d804c
parent d38158f5bdc7a07e806d2b5c067964c8543e6a8d
Silence various Visual Studio warnings:

* Fix the ones in my code where I could use a proper type or valid casts.
* Ignore the designer-time and compiler-time warnings in vendor code or in my code where I am unable to suppress them via casting.
(Most of these were ignored already before introducing the CMake scripts, because they were in vendor code or were annoying to deal with.)
19 files changed:
src/in_2sf/CMakeLists.txt
src/in_2sf/XSFConfig_2SF.cpp
src/in_2sf/XSFPlayer_2SF.cpp
src/in_gsf/CMakeLists.txt
src/in_ncsf/CMakeLists.txt
src/in_ncsf/SSEQPlayer/Channel.cpp
src/in_ncsf/SSEQPlayer/Channel.h
src/in_ncsf/SSEQPlayer/INFOEntry.cpp
src/in_ncsf/SSEQPlayer/NDSStdHeader.cpp
src/in_ncsf/SSEQPlayer/Player.cpp
src/in_ncsf/SSEQPlayer/SBNK.cpp
src/in_ncsf/SSEQPlayer/SBNK.h
src/in_ncsf/SSEQPlayer/SWAV.cpp
src/in_ncsf/SSEQPlayer/Track.cpp
src/in_ncsf/SSEQPlayer/Track.h
src/in_ncsf/SSEQPlayer/common.h
src/in_snsf/CMakeLists.txt
src/in_snsf/XSFPlayer_SNSF.cpp
src/in_xsf_framework/CMakeLists.txt