Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(449)

Unified Diff: src/cmd/8g/gg.h

Issue 7288056: code review 7288056: cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all... (Closed)
Patch Set: diff -r 36d247dd8ee5 https://code.google.com/p/go/ Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/6g/gg.h ('k') | src/cmd/dist/build.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/8g/gg.h
===================================================================
--- a/src/cmd/8g/gg.h
+++ b/src/cmd/8g/gg.h
@@ -93,7 +93,7 @@
int needconvert(Type*, Type*);
void genconv(Type*, Type*);
void allocparams(void);
-void checklabels();
+void checklabels(void);
void ginscall(Node*, int);
/*
« no previous file with comments | « src/cmd/6g/gg.h ('k') | src/cmd/dist/build.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b