Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/leveldatabase/env_chromium.cc

Issue 10827429: Turn on warnings as errors for (most) third_party code on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lzma_sdk Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/skia.gyp ('k') | third_party/lzma_sdk/CpuArch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/env_chromium.cc
diff --git a/third_party/leveldatabase/env_chromium.cc b/third_party/leveldatabase/env_chromium.cc
index 6056de4771ec74d60f9558e017966d82dc050c4b..d1b4c26b53bce5582fcff1948dd725eb3d5f8f32 100644
--- a/third_party/leveldatabase/env_chromium.cc
+++ b/third_party/leveldatabase/env_chromium.cc
@@ -252,8 +252,7 @@ class ChromiumEnv : public Env {
public:
ChromiumEnv();
virtual ~ChromiumEnv() {
- fprintf(stderr, "Destroying Env::Default()\n");
- exit(1);
+ NOTREACHED();
}
virtual Status NewSequentialFile(const std::string& fname,
« no previous file with comments | « skia/skia.gyp ('k') | third_party/lzma_sdk/CpuArch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698