Switched VS build to -W4, and fixed all resulting warnings.
authorWouter van Oortmerssen <wvo@google.com>
Mon, 30 Jun 2014 22:56:31 +0000 (15:56 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Wed, 2 Jul 2014 21:39:58 +0000 (14:39 -0700)
commit1256307a388f05917b112253ef79e9b79ff76e1d
tree8f3123c5d162b0bfff06e8bf639420996d68b09c
parenta0b6ffc25b9a3c726a21e52d6453779265186dbd
Switched VS build to -W4, and fixed all resulting warnings.

Change-Id: I654217cbd01a3a449503d95753e19b672ec7ec23
Tested: on Windows, Linux
15 files changed:
build/VS2010/flatc.vcxproj
build/VS2010/flatsamplebinary.vcxproj
build/VS2010/flatsampletext.vcxproj
build/VS2010/flattests.vcxproj
include/flatbuffers/flatbuffers.h
include/flatbuffers/idl.h
include/flatbuffers/util.h
samples/monster_generated.h
samples/sample_binary.cpp
samples/sample_text.cpp
src/idl_gen_cpp.cpp
src/idl_gen_java.cpp
src/idl_gen_text.cpp
src/idl_parser.cpp
tests/test.cpp