Wireshark-commits: [Wireshark-commits] master 6221c8d: wtap: Disable ISO C forbids conversion [-Wpe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Nov 2015 13:13:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6221c8d255cf7a8a6302a59d7ac52169968f73ab
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6221c8d by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    wtap: Disable ISO C forbids conversion [-Wpedantic]
    
      wtap.c:74:25: warning: ISO C forbids conversion of object pointer
      to function pointer type [-Wpedantic]
    
    Choose ISO C or dynamic loading, can't have both.
    
    Change-Id: I6d48073dadaf7c1710bd87ed71a2e7b65970d47e
    Reviewed-on: https://code.wireshark.org/review/12165
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  24d5463   pcapng: Fix ISO C forbids conversion [-Wpedantic]
    adds  6221c8d   wtap: Disable ISO C forbids conversion [-Wpedantic]


Summary of changes:
 wiretap/wtap.c |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)