Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 MSVC 可以通过编译指示消息执行此操作 -> http://support.microsoft.com/kb/155196 gcc 是否有办法打印用户创建的警告或消息?(我找不到谷歌的解决方案:()
#warning "This will only hurt a little bit." #error "Or maybe a lot!"