mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
解决编译器警告
This commit is contained in:
@ -294,7 +294,7 @@ struct multiboot_tag_framebuffer_info_t
|
||||
// indexed color
|
||||
struct multiboot_tag_framebuffer_info_type0_t
|
||||
{
|
||||
struct multiboot_tag_framebuffer_info_t;
|
||||
struct multiboot_tag_framebuffer_info_t header;
|
||||
uint32_t framebuffer_palette_num_colors;
|
||||
struct multiboot_color_t color_desc;
|
||||
};
|
||||
@ -302,7 +302,7 @@ struct multiboot_tag_framebuffer_info_type0_t
|
||||
// direct RGB color
|
||||
struct multiboot_tag_framebuffer_info_type1_t
|
||||
{
|
||||
struct multiboot_tag_framebuffer_info_t;
|
||||
struct multiboot_tag_framebuffer_info_t header;
|
||||
|
||||
uint8_t framebuffer_red_field_position;
|
||||
uint8_t framebuffer_red_mask_size;
|
||||
|
Reference in New Issue
Block a user