gecko-dev/mozglue/misc
Gregory Szorc d4bcf273d0 Bug 1256464 - Use LPSTR instead of LPVOID to avoid C4477 on VS2015; r=froydnj
Without this change, Visual Studio 2015 complains:

mozglue/misc/StackWalk.cpp(261): warning C4477: 'fprintf' : format
string '%s' requires an argument of type 'char *', but variadic argument
2 has type 'LPVOID'

MozReview-Commit-ID: HIAs5L57Nd1

--HG--
extra : rebase_source : 1ac50c03c4d6b14e22f3d55aca026fce15565f5c
2016-03-14 17:18:42 -07:00
..
StackWalk.cpp Bug 1256464 - Use LPSTR instead of LPVOID to avoid C4477 on VS2015; r=froydnj 2016-03-14 17:18:42 -07:00
StackWalk.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
TimeStamp.cpp
TimeStamp.h Bug 1202556 - Detect underflow in TimeStamp addition/subtraction operators; r=froydnj 2015-09-14 09:47:09 +09:00
TimeStamp_darwin.cpp
TimeStamp_posix.cpp Bug 1176266: In TimeStamp_posix.cpp, check for XP_LINUX instead of LINUX, and add missing #include, to allow strrchr usage. r=BenWa 2015-06-19 10:39:20 -07:00
TimeStamp_windows.cpp Bug 1222088 - remove unused variable from TimeStamp_windows.cpp; r=glandium 2015-11-05 12:47:36 -05:00
TimeStamp_windows.h
moz.build Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00