[技术问答] 对齐警告

[复制链接]
 楼主| bestdesign11 发表于 2021-1-20 15:22 | 显示全部楼层 |阅读模式
在hk32f030m_gpio.h中:
typedef struct
{
  uint32_t GPIO_Pin;              /*!< Specifies the GPIO pins to be configured.
                                       This parameter can be any value of @ref GPIO_pins_define */

  GPIOMode_TypeDef GPIO_Mode;     /*!< Specifies the operating mode for the selected pins.
                                       This parameter can be a value of @ref GPIOMode_TypeDef   */

  GPIOSpeed_TypeDef GPIO_Speed;   /*!< Specifies the speed for the selected pins.
                                       This parameter can be a value of @ref GPIOSpeed_TypeDef  */

  GPIOOType_TypeDef GPIO_OType;   /*!< Specifies the operating output type for the selected pins.
                                       This parameter can be a value of @ref GPIOOType_TypeDef  */

  GPIOPuPd_TypeDef GPIO_PuPd;     /*!< Specifies the operating Pull-up/Pull down for the selected pins.
                                       This parameter can be a value of @ref GPIOPuPd_TypeDef   */

  GPIOSchmit_TypeDef  GPIO_Schmit; /*!<GPIO Schmitt>*/                              

}GPIO_InitTypeDef;


在编译的时候提示如下:
../../HK32F030M/HK32F030M_Lib/inc\hk32f030m_gpio.h(119): warning: padding size of 'GPIO_InitTypeDef' with 3 bytes to alignment boundary [-Wpadded]

请问怎么消除啊?


ifxz0123 发表于 2021-1-20 15:40 | 显示全部楼层
没有到过这种报错,要你发下工程,我对比下是啥问题
 楼主| bestdesign11 发表于 2021-1-20 16:33 | 显示全部楼层
是这个文件吗?

HK32F030MF4P6.zip

3.58 KB, 下载次数: 2

ifxz0123 发表于 2021-1-20 16:45 | 显示全部楼层

你发的这个没啥用,我给你发个工程模板吧 HK32F030MF4P6工程模板(Keil V5.29).zip (3.38 MB, 下载次数: 3)
 楼主| bestdesign11 发表于 2021-1-20 16:46 | 显示全部楼层
这个编译确实没有问题,我用你发的最新库去做的时候,把LED.C拷贝过去编译就出警告了
 楼主| bestdesign11 发表于 2021-1-20 16:51 | 显示全部楼层
https://bbs.21ic.com/icview-3063494-1-2.html
HSXP063 发表于 2021-1-20 20:38 | 显示全部楼层
还没仔细注意这个
您需要登录后才可以回帖 登录 | 注册

本版积分规则

41

主题

302

帖子

1

粉丝
快速回复 在线客服 返回列表 返回顶部