Ignore:
Timestamp:
Sep 19, 2004, 5:53:31 PM (21 years ago)
Author:
bird
Message:

Fixing warnings. -Znofork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/error.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1516 r1517  
    22/** @file
    33 * GLIBC v2.3.2
     4 *
     5 * @changed bird: shut up -Wundef.
    46 */
    57
     
    2931#ifndef __attribute__
    3032/* This feature is available in gcc versions 2.5 and later.  */
    31 # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
     33# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || (defined(__STRICT_ANSI__) && __STRICT_ANSI__) /* bird: shut up -Wundef */
    3234#  define __attribute__(Spec) /* empty */
    3335# endif
Note: See TracChangeset for help on using the changeset viewer.