摘要:
-Wall -Wextra -g3 -DLOCAL -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -Winline -Wunreachable-code -Wall打开大部分(但不是所有)的编译警告 -Wextra打开额外的警告(不知 阅读全文
posted @ 2016-11-01 16:41
张瑯小强
阅读(1954)
评论(0)
推荐(1)
摘要:
在http://blog.csdn.net/wuhui_gdnt/article/details/8755973上,我看到这样一个例子: 假设开启了“重复空指针检查消除(Redundant NullCheck Elimination)”和“死代码消除(DeadCode Elimination)”。 阅读全文
posted @ 2016-11-01 16:20
张瑯小强
阅读(817)
评论(0)
推荐(2)