CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/21 13:04:22
Modified files:
sys/sys : _endian.h
Log message:
Cast the result of the __swapXX macros to the proper type.
The ternary operator was causing the result to be promoted to
int for __swap16. Fixes warning with clang. OK guenther@
