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

Unified Diff: src/cmd/vac/vacfs.c

Issue 6744056: code review 6744056: silence more warnings (Closed)
Patch Set: diff -r 4e2c3cb7917f https://code.google.com/p/plan9port Created 11 years, 5 months 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/troff/t6.c ('k') | src/libhtml/build.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/vac/vacfs.c
===================================================================
--- a/src/cmd/vac/vacfs.c
+++ b/src/cmd/vac/vacfs.c
@@ -682,6 +682,7 @@
if(ext == nil)
return 0;
n = vacfileread(vf, ext, size, 0);
+ USED(n);
ext[size] = 0;
vacfiledecref(vf);
if(vd->mode & ModeLink){
« no previous file with comments | « src/cmd/troff/t6.c ('k') | src/libhtml/build.c » ('j') | no next file with comments »

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