build: cleanup to fix clang warnings/errors
authorDaniel Stenberg <daniel@haxx.se>
Sat, 7 Apr 2018 09:03:18 +0000 (11:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 8 Apr 2018 11:59:30 +0000 (13:59 +0200)
commitdc1b6c5a00f938474a385c2af8aeef56583b989c
treedf964cb0d76dfcaf68a50eee08eb755972d4562d
parent817d1c01064ac81e9609819b15738ee540ef056c
build: cleanup to fix clang warnings/errors

unit1309 and vtls/gtls: error: arithmetic on a null pointer treated as a
cast from integer to pointer is a GNU extension

Reported-by: Rikard Falkeborn
Fixes #2466
Closes #2468
lib/vtls/gtls.c
lib/warnless.h
tests/unit/unit1309.c