dxx-rebirth/d2x-rebirth/libmve
Kp a7ceee3c03 Add parentheses around target of simple unsigned char casts
C casts do not require parentheses.  C++ casts require grouping around
the target.  Prepare for conversion to C++ casts by adding otherwise
unnecessary parentheses around the target of simple C casts.

s/(\s*unsigned\s\+char\s*\(\*\+\)\s*)\s*\([&+-]\?\)\([[:alnum:]_.]\+\s*->\s*\)*\([[:alnum:]_.]\+\)\(\s*\([];+>)*\/^%,|&<>]\)\|$\|\(\s*-\s*[^>]\)\)/(uint8_t \1)(\2\3\4)\5/g
2016-07-03 00:54:14 +00:00
..
decoder8.cpp Add parentheses around target of simple unsigned char casts 2016-07-03 00:54:14 +00:00
decoder16.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
decoders.h
mve_audio.cpp Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
mve_audio.h Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
mve_main.c
mvelib.cpp
mvelib.h Fix check_header_includes build 2015-07-25 23:10:45 +00:00
mveplay.cpp Add parentheses around target of simple unsigned char casts 2016-07-03 00:54:14 +00:00
mveplayer.1