
linux
文章平均质量分 77
Arya_Nymeria
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gcc 关于隐式初始化的选项说明
-Wmaybe-uninitialized For an automatic variable, if there exists a path from the function entry to a use of the variable that is initialized, but there exist some o原创 2013-06-10 14:28:20 · 979 阅读 · 0 评论 -
gcc c 关于结构体对齐
-Wpacked Warn if a structure is given the packed attribute, but the packed attribute has no effect on the layout or size of the structure. Such structures may be mi原创 2013-06-10 14:34:23 · 1547 阅读 · 0 评论