diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2025-12-26 00:30:25 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2025-12-26 00:30:36 +0000 |
| commit | a3394b6a23fb66ccb7e588129d2465ef8ea26d30 (patch) | |
| tree | 555501e4ec4db330565263961d6358a64f4e0106 /subversion/svn/(developers-only) | |
| parent | ba0a11512237681fc621670023d56195cb8c82ad (diff) | |
Mark `digits` as `__non_string`, to avoid warnings from clang 21 similar
to:
usr.bin/m4/misc.c:123:27: error: initializer-string for character array is too long, array size is 36 but initializer has size 37 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Werror,-Wunterminated-string-initialization]
123 | static char digits[36] = "0123456789abcdefghijklmnopqrstuvwxyz";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MFC after: 3 days
Diffstat (limited to 'subversion/svn/(developers-only)')
0 files changed, 0 insertions, 0 deletions
