Cypress技术论坛
直播中

卢兰凤

7年用户 224经验值
私信 关注
[问答]

枚举符号的变化

你好,
我使用PSoC 5。
我试着用“Apple PrimaMaulalSouthoff”来选择性地打开/关闭枚举的符号,
我使用C99。
当我使用PrimaMand编译时,我得到下面的消息。
“警告”:忽略“α-语用”枚举“[W-WOND语用”]
                    
                    
以上来自于百度翻译

               
                                                                                      以下为原文
                                            Hi,
I am using PSoC 5.
I am trying to use "#pragma enumsalwaysint off" for selectively turning on/off the sign of the enums,
I using C99.
When I use the pragma and compile , I get the following message.

"warning: ignoring #pragma enumsalwaysint off [-Wunknown-pragmas]"

回帖(1)

李雅文

2018-8-24 12:06:07
C99是支持的,但“{语用”不是定义的一部分。您需要在下面链接的线程中使用头保护器:
当做,
德黑拉杰
                    
                    
以上来自于百度翻译

               
                                                                                      以下为原文
                                            C99 is supported but "#pragma enumsalwaysint off" is not a part of the definition. You need to use header guards in such cases as mentioned in the thread linked below: #pragma once?
 
Regards,
Dheeraj
举报

更多回帖

发帖
×
20
完善资料,
赚取积分