aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2024-07-08 12:34:19 +0200
committerLubomir Rintel <lkundrak@v3.sk>2024-07-08 12:37:12 +0200
commitad74320c05234cdaebc33b9f8b8e46a42e69954d (patch)
treeb3000e382cd181c17c9d1eea5144c947d37047c8 /docs/man
parent79b0696a7458db9ea26bf4e9412bdb3cc9ed6fcb (diff)
qcdm: fix order of calloc() arguments
GCC 14 is unhappy. Not sure why does this matter, maybe it just does not. Let's silence the warning at the very least: libqcdm/src/result.c: In function ‘val_new_string’: libqcdm/src/result.c:76:25: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 76 | v = calloc (sizeof (Val), 1); | ^~~
Diffstat (limited to 'docs/man')
0 files changed, 0 insertions, 0 deletions