Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openvpn.c: Avoid -Waddress warnings with MinGW
This happens on newer MinGW versions: openvpn.c:176:19: error: the comparison will always evaluate as ‘false’ for the pointer operand in ‘flags + -1’ must not be NULL [-Werror=address] Strictly speaking this is a false positive, but the pointer handling is a bit weird, so make the code more straight-forward. Signed-off-by: Frank Lichtenheld <[email protected]>
- Loading branch information