Commit aa0c88d
committed
Fix unterminated-string-initialization error
Add more space for low_density_name elements in compat/dev_to_tty.c
dev_to_tty.c:170:71: error: initializer-string for array of 'char'
truncates NUL terminator but destination lacks 'nonstring' attribute
(7 chars into 6 available)
[-Werror=unterminated-string-initialization].
Add more space for xbase64 alphabets
xbase64.c:155:42: error: initializer-string for array of 'char'
truncates NUL terminator but destination lacks 'nonstring' attribute
(65 chars into 64 available)
[-Werror=unterminated-string-initialization]1 parent 3cf3ba2 commit aa0c88d
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments