瀏覽代碼

__GNUC__ is a better choice than __GCC__

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/merge
Nobuhiro Iwamatsu 11 年之前
committed by Paul J. Davis
父節點
當前提交
2f984efb23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h 查看文件

@ -299,7 +299,7 @@ class StringBuilder {
// PJD: 4-24-2013
//
#if defined(__GCC__)
#if defined(__GNUC__)
#define UNUSED __attribute__((unused))
#else
#define UNUSED

Loading…
取消
儲存