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

Unified Diff: src/libsunrpc/nfs3.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/libhtml/build.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libsunrpc/nfs3.c
===================================================================
--- a/src/libsunrpc/nfs3.c
+++ b/src/libsunrpc/nfs3.c
@@ -120,7 +120,7 @@
int i;
for(i=0; i<nelem(etab); i++){
- if(etab[i].status == status){
+ if((int)etab[i].status == (int)status){
werrstr(etab[i].msg);
return;
}
« no previous file with comments | « src/libhtml/build.c ('k') | no next file » | no next file with comments »

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