diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2023-12-07 16:46:58 +0000 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2023-12-07 16:50:28 +0000 |
commit | 8a0ee306227a17a998bdc7af2275fd94b9164342 (patch) | |
tree | 67b055bb59362f31afc6ddc96e15d0f69b077a1b /sys/sparc64/include/critical.h | |
parent | 9276ad23b872eddc42e05304acb10bf5421b043c (diff) | |
download | src-main.tar.gz src-main.zip |
compile error was:
/usr/src/sys/dev/usb/net/if_smsc.c:1597:40: error: format specifies type 'unsigned long' but the argument has type 'ssize_t' (aka 'int') [-Werror,-Wformat]
"failed alloc for bootargs (%lu)", len);
~~~ ^~~
%zd
PR: 274092
Approved by: karels
MFC after: 1 month
Diffstat (limited to 'sys/sparc64/include/critical.h')
0 files changed, 0 insertions, 0 deletions