URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42d43ada2e3ff92c609d6c3097ba03a2e20e1320
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
42d43ad by Pascal Quantin (pascal.quantin@xxxxxxxxx):
TWAMP: fix compilation with gcc 8
error: cast between incompatible function types from ‘gint (*)(const void *)’ {aka ‘int (*)(const void *)’} to ‘gint (*)(const void *, const void *)’ {aka ‘int (*)(const void *, const void *)’} [-Werror=cast-function-type]
Change-Id: Ifbd57414ecea16b76321c2b7d3db1a5d0a11a888
Reviewed-on: https://code.wireshark.org/review/27262
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 966c595 GTP: fix compilation with gcc 8
adds 42d43ad TWAMP: fix compilation with gcc 8
Summary of changes:
epan/dissectors/packet-twamp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)