URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0c3729a688f8dc4098652c0ae4ff85e9ded4a135
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0c3729a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
lwm2m: fix no previous prototype for function
packet-lwm2mtlv.c:476:6: warning: no previous prototype for ‘lwm2m_allocate_fields’ [-Wmissing-prototypes]
packet-lwm2mtlv.c:518:25: warning: no previous prototype for ‘lwm2m_search_float_resources’ [-Wmissing-prototypes]
packet-lwm2mtlv.c:535:25: warning: no previous prototype for ‘lwm2m_search_fields’ [-Wmissing-prototypes]
packet-lwm2mtlv.c:558:6: warning: no previous prototype for ‘lwm2m_free_fields’ [-Wmissing-prototypes]
Change-Id: Ib62ed48b68c6eb28e1372466ceef6a2a118ebe1c
Reviewed-on: https://code.wireshark.org/review/36897
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6736b8f Add a newline at the end of the file.
add 0c3729a lwm2m: fix no previous prototype for function
Summary of changes:
epan/dissectors/packet-lwm2mtlv.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)