Fixing warning messages found using clang.
This commit is contained in:
parent
621d8736e7
commit
8e54672121
3 changed files with 11 additions and 9 deletions
|
@ -567,17 +567,17 @@ struct usb_string_descriptor_struct string0 = {
|
|||
struct usb_string_descriptor_struct usb_string_manufacturer_name_default = {
|
||||
sizeof(STR_MANUFACTURER),
|
||||
3,
|
||||
STR_MANUFACTURER
|
||||
{STR_MANUFACTURER}
|
||||
};
|
||||
struct usb_string_descriptor_struct usb_string_product_name_default = {
|
||||
sizeof(STR_PRODUCT),
|
||||
3,
|
||||
STR_PRODUCT
|
||||
{STR_PRODUCT}
|
||||
};
|
||||
struct usb_string_descriptor_struct usb_string_serial_number_default = {
|
||||
sizeof(STR_SERIAL),
|
||||
3,
|
||||
STR_SERIAL
|
||||
{STR_SERIAL}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue