Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Compile fails after fetch

From: "Mora, Jorge" <Jorge.Mora@xxxxxxxxxx>
Date: Thu, 19 Nov 2020 15:46:55 +0000

Hello,

 

After a git fetch, compile fails with the following:

[ 50%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-quic.c.o

/home/mora/wireshark/epan/dissectors/packet-quic.c:603:1: error: ‘quic_are_ciphers_initialized’ defined but not used [-Werror=unused-function]

quic_are_ciphers_initialized(quic_ciphers *ciphers)

^

cc1: all warnings being treated as errors

make[2]: *** [epan/dissectors/CMakeFiles/dissectors.dir/packet-quic.c.o] Error 1

make[1]: *** [epan/dissectors/CMakeFiles/dissectors.dir/all] Error 2

 

$ git log

commit 1d7bc367e943464f912a67ad436fabddb1a61a37

Author: Anders Broman <anders.broman@xxxxxxxxxxxx>

Date:   Wed Nov 18 13:56:52 2020 +0100

 

    GSM A Common: Dissect polygon points

 

 

Two weeks ago I did a git fetch and I was able to compile with no problems.

 

 

--Jorge