summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorzhanghu <zhanghu6@xiaomi.com>2021-04-22 17:10:00 +0800
committerDaniel Stenberg <daniel@haxx.se>2022-09-13 11:24:40 +0200
commit0f52dd5fd5aa3592691a6f6d64f6acf2a07702c9 (patch)
treeb326fdc9c9400efec28b6af9e1497b1c4f946226 /.mailmap
parentdbaa1e17a65ee2ca00a214280878845fcf81322a (diff)
downloadcurl-0f52dd5fd5aa3592691a6f6d64f6acf2a07702c9.tar.gz
formdata: fix warning: 'CURLformoption' is promoted to 'int'
curl/lib/formdata.c: In function 'FormAdd': curl/lib/formdata.c:249:31: warning: 'CURLformoption' is promoted to 'int' when passed through '...' 249 | option = va_arg(params, CURLformoption); | ^ curl/lib/formdata.c:249:31: note: (so you should pass 'int' not 'CURLformoption' to 'va_arg') curl/lib/formdata.c:249:31: note: if this code is reached, the program will abort Closes #9484
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap1
1 files changed, 1 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
index 5fe41e157..a8f0cd716 100644
--- a/.mailmap
+++ b/.mailmap
@@ -96,3 +96,4 @@ Oliver Roberts <oliver@futaura.co.uk>
opensignature on github <antonio@piumarossa.it>
Cering on github <gfypm@qq.com>
a1346054 on github <36859588+a1346054@users.noreply.github.com>
+zhanghu on xiaomi <zhanghu6@xiaomi.com>