aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/http_upload.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-27 19:47:21 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-10-27 19:47:21 +0000
commit12a5245bfe93d4a0ccb692afefc4ecf1435d97f4 (patch)
treec16d76aaa579b5f3cde80be2de3f01448d07f396 /src/common/windows/http_upload.cc
parentAdd set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek. (diff)
downloadbreakpad-12a5245bfe93d4a0ccb692afefc4ecf1435d97f4.tar.xz
Disable exception handling warnings in Windows client code (#38).
Patch by Ted Mielczarek. r=me http://groups.google.com/group/airbag-dev/browse_thread/thread/133814673f75d5fa git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@56 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/windows/http_upload.cc')
-rw-r--r--src/common/windows/http_upload.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/windows/http_upload.cc b/src/common/windows/http_upload.cc
index 75f8bec5..6176bff8 100644
--- a/src/common/windows/http_upload.cc
+++ b/src/common/windows/http_upload.cc
@@ -31,6 +31,9 @@
#include <Windows.h>
#include <WinInet.h>
+// Disable exception handler warnings.
+#pragma warning( disable : 4530 )
+
#include <fstream>
#include "common/windows/http_upload.h"