Commit 9108779d authored by Yann Garcia's avatar Yann Garcia
Browse files

Editorial changes

parent 3d84577a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ $ cmake ../wireshark-for-ITS

- Add specific compiler options to the file epan/dissectors/CMakeFiles/dissectors.dir/flags.make:
    - Find the variable C_FLAGS
    - Append at the end the following compiler options: "-Wno-unused-const-variable -Wno-unsued-function "
    - Append at the end the following compiler options: "-Wno-unused-const-variable -Wno-unused-function "
- Build Wireshark/tshark executing the following command

```sh