DescriptionApparently, a new Windows compiler warning (C4996: 'function': was declared deprecated) was recently introduced in src/client/windows/crash_generation/minidump_generator.cc. The source file already contains a #pragma warning(disable) to disable the warning, but the #pragma is not put on the right place. The warning must be disabled for both the caller and the function definition (which is in the include file). A possible workaround for current users of Google-breakpad is to disable this particular warning at the project level however this is not ideal. Instead of properly suppressing the warning I decided to just go ahead and fix it. Thanks, -Ivan Patch Set 1 #Patch Set 2 : Restoring a missing comma #
MessagesTotal messages: 5
|