Fix Conv.cpp unary minus operator applied to unsigned type
Summary: Cast from unsigned to signed *before* negating. The resulting assembly code is the same, but there's no warning. Reviewed By: yfeldblum, jdonald Differential Revision: D19588115 fbshipit-source-id: d0d61ab0543211e2399f42a86a7a7a2366679d37
Showing
Please register or sign in to comment