0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/tun
Arne Schwabe 6f6cedc2a6 Make building with clang-cl under windows -Werror clean
Use empty braces to initalise the structs to zero since they
use sub structs and clang wants us to otherwise use {{ 0 }}

Ensure that methods with a return value do not return without a
value or exception by throwing an exception.

Add missing override in the unit test

Signed-off-by: Arne Schwabe <arne@openvpn.net>
2024-07-29 13:40:30 +00:00
..
builder Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
client Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
extern Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
linux/client Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
mac Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
persist Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
server Refactor nested namespace to C++17 style 2024-07-03 10:20:11 +00:00
win Make building with clang-cl under windows -Werror clean 2024-07-29 13:40:30 +00:00
layer.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
proxy.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
tristate_setting.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
tunio.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
tunlog.hpp copyright: Update to 2022 2022-09-29 12:00:26 +02:00
tunmtu.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
tunspec.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00