diff options
author | Haru <haru@dotalux.com> | 2017-06-28 23:48:19 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-06-28 23:48:19 +0200 |
commit | abe64c3982a11c9834f2e16eaaf0dc940a903fdb (patch) | |
tree | 1ddcfd8fe9582ee869e4544524209d4a51b875f5 /src/plugins | |
parent | 44afefff8c3b09d47f7d1a7a3d386e83f8b2dcbd (diff) | |
download | hercules-abe64c3982a11c9834f2e16eaaf0dc940a903fdb.tar.gz hercules-abe64c3982a11c9834f2e16eaaf0dc940a903fdb.tar.bz2 hercules-abe64c3982a11c9834f2e16eaaf0dc940a903fdb.tar.xz hercules-abe64c3982a11c9834f2e16eaaf0dc940a903fdb.zip |
Fix a compile error on ARM (Raspberry Pi 3)
According to the C specifications, va_list isn't necessarily a pointer
(it can be an array of pointers, or just about anything). As such, we
can't cast NULL to va_list.
Fixes #1793
Related to 5fd40de233d3a897284f771338cbf8e657182261
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions