Chinaunix首页 | 论坛 | 博客
  • 博客访问: 77674
  • 博文数量: 42
  • 博客积分: 687
  • 博客等级: 上士
  • 技术积分: 425
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-01 15:39
文章分类

全部博文(42)

文章存档

2011年(12)

2010年(30)

分类:

2011-01-11 18:01:35

// Some compilers complain about "statement with no effect" with (a).
// This eliminates the warnings, and no code is generated for the null
// conditional statement.  @note that may only be true if -O is enabled,
// such as with GreenHills (ghs) 1.8.8.
# define ACE_UNUSED_ARG(a) do {/* null */} while (&a == 0)
阅读(3217) | 评论(0) | 转发(0) |
0

上一篇:仿函数+模板类的特化

下一篇:makefile

给主人留下些什么吧!~~