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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/thread_creator.c

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 5 years 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
Index: ppapi/native_client/src/untrusted/irt_stub/thread_creator.c
diff --git a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c
index d70186d4940e8c0ead8d47d66a6891422a4e4fd6..370afa30769e1a2762871b6404958f38e56441ad 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c
+++ b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.c
@@ -30,7 +30,7 @@ static int thread_join(uintptr_t tid) {
return pthread_join((pthread_t) tid, NULL);
}
-const static struct PP_ThreadFunctions thread_funcs = {
+static const struct PP_ThreadFunctions thread_funcs = {
thread_create,
thread_join
};
« no previous file with comments | « net/tools/quic/quic_simple_server_stream_test.cc ('k') | third_party/android_crazy_linker/src/src/crazy_linker_leb128.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698