mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Fix gcc string truncation warnings
This commit is contained in:
parent
99b92b4104
commit
555206cf60
5 changed files with 11 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ struct wlr_output {
|
|||
struct wl_global *wl_global;
|
||||
struct wl_list wl_resources;
|
||||
|
||||
char name[16];
|
||||
char name[24];
|
||||
char make[48];
|
||||
char model[16];
|
||||
char serial[16];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue