This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Solaris 2.5.1 /usr/include/limits.h


I found this warning (which I wasn't getting before) when including
<limits.h>.  I'm not sure what the right thing to do is here:

  In file included from /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/limits.h:117,
                   from /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/syslimits.h:7,
                   from /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/limits.h:11,
                   from init.c:129:
  /usr/include/limits.h:163: warning: `DBL_MAX' redefined
  /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/float.h:63: warning: this is the location of the previous definition
  /usr/include/limits.h:165: warning: `DBL_MIN' redefined
  /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/float.h:54: warning: this is the location of the previous definition
  /usr/include/limits.h:168: warning: `FLT_MAX' redefined
  /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/float.h:35: warning: this is the location of the previous definition
  /usr/include/limits.h:169: warning: `FLT_MIN' redefined
  /d4mutl/bybrad.dev/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/include/float.h:26: warning: this is the location of the previous definition




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]