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

Unified Diff: third_party/sqlite/icu-shell.patch

Issue 10825225: Fix clang warning in sqlite shell_icu_linux.c. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | third_party/sqlite/src/src/shell_icu_linux.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/icu-shell.patch
diff --git a/third_party/sqlite/icu-shell.patch b/third_party/sqlite/icu-shell.patch
index 04a63298f46951cda54508d102b3678a6d64d2a8..6a835be32531124e1feab48bf64d32e689d3ec4c 100644
--- a/third_party/sqlite/icu-shell.patch
+++ b/third_party/sqlite/icu-shell.patch
@@ -20,16 +20,18 @@ Index: src/shell.c
Argv0 = argv[0];
main_init(&data);
stdin_is_interactive = isatty(0);
-Index: src/shell_icu_linux.c
-===================================================================
---- src/shell_icu_linux.c 1969-12-31 16:00:00.000000000 -0800
-+++ src/shell_icu_linux.c 2009-09-17 13:48:49.000000000 -0700
-@@ -0,0 +1,26 @@
+diff --git src/shell_icu_linux.c src/shell_icu_linux.c
+new file mode 100644
+index 0000000..4ad0e42
+--- /dev/null
++++ src/shell_icu_linux.c
+@@ -0,0 +1,27 @@
+/* Copyright 2007 Google Inc. All Rights Reserved.
+**/
+
+#include <limits.h>
+#include <unistd.h>
++#include "unicode/putil.h"
+#include "unicode/udata.h"
+
+/*
« no previous file with comments | « no previous file | third_party/sqlite/src/src/shell_icu_linux.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698