http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48948
User: jmayer
Date: 2013/04/21 01:11 AM
Log:
Fix new gcc 4.8 warning:
[ 6%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-pw-fr.c.o
/home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-pw-fr.c: In function ‘dissect_pw_fr’:
/home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-pw-fr.c:81:4: error: typedef ‘packet_quality_e’ locally defined but not used [-Werror=unused-local-typedefs]
} packet_quality_e;
^
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -3 packet-pw-fr.c Modified