Software /
code /
prosody
Comparison
net/http/files.lua @ 12876:0ed24f48b6a6
util.crypto: Preemptively silence 'strict-prototypes' warning
With `gcc-12 -Wstrict-prototypes` the following warning is shown:
crypto.c:43:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]
43 | static BIO* new_memory_BIO() {
| ^~~~~~~~~~~~~~
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 31 Jan 2023 16:27:55 +0100 (2023-01-31) |
parent | 11658:36942fa001b4 |
child | 12974:ba409c67353b |
child | 13445:360e05f33835 |
comparison
equal
deleted
inserted
replaced
12875:a28f77018476 | 12876:0ed24f48b6a6 |
---|