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

Unified Diff: src/tools/linux/md2core/minidump-2-core.cc

Issue 1563043002: Make minidump-2-core.cc build with -Wformat. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 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 | « src/google_breakpad/common/breakpad_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/linux/md2core/minidump-2-core.cc
diff --git a/src/tools/linux/md2core/minidump-2-core.cc b/src/tools/linux/md2core/minidump-2-core.cc
index 8e9cd1291a0d14e6b54178c05065dfbc66690329..102ce67777641bcf7e60798386ef735b498ac1ce 100644
--- a/src/tools/linux/md2core/minidump-2-core.cc
+++ b/src/tools/linux/md2core/minidump-2-core.cc
@@ -35,7 +35,6 @@
#include <elf.h>
#include <errno.h>
-#include <inttypes.h>
#include <link.h>
#include <stdio.h>
#include <stdlib.h>
@@ -50,6 +49,7 @@
#include "common/linux/memory_mapped_file.h"
#include "common/minidump_type_helper.h"
#include "common/scoped_ptr.h"
+#include "google_breakpad/common/breakpad_types.h"
#include "google_breakpad/common/minidump_format.h"
#include "third_party/lss/linux_syscall_support.h"
#include "tools/linux/md2core/minidump_memory_range.h"
« no previous file with comments | « src/google_breakpad/common/breakpad_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698