Wireshark-commits: [Wireshark-commits] rev 48947: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 21 Apr 2013 08:09:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48947

User: jmayer
Date: 2013/04/21 01:09 AM

Log:
 Fix new warning in gcc 4.8:
 
 [  5%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-dcerpc-rs_pgo.c.o
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-rs_pgo.c: In function ‘dissect_rs_pgo_query_t’:
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-rs_pgo.c:631:5: error: typedef ‘rs_pgo_query_t’ locally defined but not used [-Werror=unused-local-typedefs]
    } rs_pgo_query_t;
      ^
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-rs_pgo.c: In function ‘dissect_rs_pgo_query_key_t’:
 /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-dcerpc-rs_pgo.c:845:5: error: typedef ‘rs_pgo_query_t’ locally defined but not used [-Werror=unused-local-typedefs]
    } rs_pgo_query_t;
      ^
 cc1: all warnings being treated as errors
 make[2]: *** [epan/CMakeFiles/epan.dir/dissectors/packet-dcerpc-rs_pgo.c.o] Error 1
 [  5%] 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
  +4 -4      packet-dcerpc-rs_pgo.c    Modified