打印
[技术问答]

对齐警告

[复制链接]
782|6
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
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

使用特权

评论回复
地板
ifxz0123| | 2021-1-20 16:45 | 只看该作者

你发的这个没啥用,我给你发个工程模板吧 HK32F030MF4P6工程模板(Keil V5.29).zip (3.38 MB)

使用特权

评论回复
5
bestdesign11|  楼主 | 2021-1-20 16:46 | 只看该作者
这个编译确实没有问题,我用你发的最新库去做的时候,把LED.C拷贝过去编译就出警告了

使用特权

评论回复
6
bestdesign11|  楼主 | 2021-1-20 16:51 | 只看该作者
https://bbs.21ic.com/icview-3063494-1-2.html

使用特权

评论回复
7
HSXP063| | 2021-1-20 20:38 | 只看该作者
还没仔细注意这个

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

32

主题

256

帖子

1

粉丝