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

Unified Diff: ppapi/nacl_irt/public/irt_ppapi.h

Issue 312323005: NaCl: Fix irt_ppapi.h to compile with -Wstrict-prototypes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/public/irt_ppapi.h
diff --git a/ppapi/nacl_irt/public/irt_ppapi.h b/ppapi/nacl_irt/public/irt_ppapi.h
index 04b4f10afcd1798946a870d7fc7d1285a9aa34f5..c64dbabb1de63bde9a721ca69ba22e14eb80c14d 100644
--- a/ppapi/nacl_irt/public/irt_ppapi.h
+++ b/ppapi/nacl_irt/public/irt_ppapi.h
@@ -14,7 +14,7 @@
struct PP_StartFunctions {
int32_t (*PPP_InitializeModule)(PP_Module module_id,
PPB_GetInterface get_browser_interface);
- void (*PPP_ShutdownModule)();
+ void (*PPP_ShutdownModule)(void);
const void* (*PPP_GetInterface)(const char* interface_name);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698