URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=09eda88586b0056b80d8ef94ace351a21b38bd80
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
09eda88 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Reduce compilator warnings
warning: cast from 'const guint8 *' (aka 'const unsigned char *') to
'const guint16 *' (aka 'const unsigned short *') increases required
alignment from 1 to 2 [-Wcast-align]
warning: cast from 'const guint8 *' (aka 'const unsigned char *') to
'const struct logger_entry *' increases required alignment
from 1 to 4 [-Wcast-align]
Change-Id: Ia7091c75353092680f7108da88d1cc647dd15050
Reviewed-on: https://code.wireshark.org/review/8429
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 3d8f9d4 Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
adds 09eda88 Reduce compilator warnings
Summary of changes:
wiretap/logcat.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)