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

Unified Diff: x86_decode.cc

Issue 7326013: GCC 4.6 warnings cleanup (Closed) Base URL: http://seccompsandbox.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years, 3 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 | « tests/test_syscalls.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: x86_decode.cc
===================================================================
--- x86_decode.cc (revision 168)
+++ x86_decode.cc (working copy)
@@ -303,6 +303,8 @@
*is_group = found_group;
}
*ip = reinterpret_cast<const char *>(insn_ptr);
+ (void)found_mod_rm;
+ (void)found_sib;
return insn;
}
#endif
« no previous file with comments | « tests/test_syscalls.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698