mumble-voip_mumble/src/tests/TestMumbleProtocol
Robert Adam b5a67c05fb REFAC: Fix tons of warnings and non-portable code
In various places we relied on compiler extensions such as
variable-length arrays on the stack or using non-standard escape
sequences. In order to make our code as portable as possible, these
parts of the code have been refactored to only use standard C++.

Furthermore, the new warning settings triggered a bunch of new warnings
all over the place that have been addressed by this commit.
2024-01-07 17:10:11 +01:00
..
CMakeLists.txt MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
TestMumbleProtocol.cpp REFAC: Fix tons of warnings and non-portable code 2024-01-07 17:10:11 +01:00