URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c8390b8e14af6658df13d974d1335903bfe6ac4
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0c8390b by Luke Mewburn (luke@xxxxxxxxxxx):
proto.h: fix clang++ 3.6 warning
Add spaces around literals to avoid warnings when compiling ui/qt
with clang++ 3.6 -Wreserved-user-defined-literal (on Mac OS X).
Change-Id: Ia2703dd8c914e8ffb299c4a6c44bba3aa674acb8
Reviewed-on: https://code.wireshark.org/review/8607
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 776ba4c Create a PTP/IP preference for "vendors" to break up the duplicate values in the ptp_opcode_names and ptp_respcode_names value_strings.
adds 0c8390b proto.h: fix clang++ 3.6 warning
Summary of changes:
epan/proto.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)