| a529b01c | 01-Sep-2016 |
truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68> |
Fix -Wshift-negative-value compiler warnings. The result of shifting negative integer values is undefined, so change the operand to be unsigned.
git-svn-id: https://svn.apache.org/repos/asf/openo
Fix -Wshift-negative-value compiler warnings. The result of shifting negative integer values is undefined, so change the operand to be unsigned.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758692 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit b296461cbb97e87a3394616aaf6cc6e89aafbd4c)
show more ...
|