Parcourir la source

__GNUC__ is a better choice than __GCC__

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
pull/44/merge
Nobuhiro Iwamatsu il y a 11 ans
committed by Paul J. Davis
Parent
révision
2f984efb23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      c_src/double-conversion/utils.h

+ 1
- 1
c_src/double-conversion/utils.h Voir le fichier

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

Chargement…
Annuler
Enregistrer