摘要:
例子 #include <cstdio> #include <iostream> using namespace std; int main() { unsigned short int ui; signed short int si; ui = (unsigned short int)0x8000 阅读全文
摘要:
Qt noreturn 属性添加 *.cpp:21:1: warning: function ‘f’ could be declared with attribute ‘noreturn’ 解决Qt去警告: could be declared with attribute 'noreturn’的方法 阅读全文