URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=531a9f0eab2c4cbc23e57835601d0179e7ba65a8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
531a9f0 by Guy Harris (guy@xxxxxxxxxxxx):
Squelch a compiler warning.
The clang I'm using warns about a non-constant format string in
val_to_str_ext() calls; get rid of the unknown_format variable and,
instead, make two different proto_item_append_text() calls with
different format arguments in the val_to_str_ext()-call arguments.
Change-Id: Id668efe666634798c278958bd7e6d790ec476539
Reviewed-on: https://code.wireshark.org/review/6479
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 51acf16 packet-mq: sort some value_string_ext in dissector
adds 531a9f0 Squelch a compiler warning.
Summary of changes:
epan/dissectors/packet-bthci_cmd.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)