Ticket #47 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

integer build warning on 64bit linux

Reported by: warmerdam Owned by: mloskot
Priority: minor Milestone: 1.0.0
Component: General Version: svn-trunk
Keywords: Cc:
LAS Format Version:

Description (last modified by hobu) (diff)

A normal autogen.sh, configure, make on my ubuntu 64bit amd system results in:

 g++ -DPACKAGE_NAME=\"las\" -DPACKAGE_TARNAME=\"las\" -DPACKAGE_VERSION=\"0.9.6\" "-DPACKAGE_STRING=\"las 0.9.6\"" -DPACKAGE_BUGREPORT=\"hobu.inc@gmail.com\" -DPACKAGE=\"las\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_LONG_LONG=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_BZERO=1 -DHAVE_MEMSET=1 -DHAVE_MEMCPY=1 -DHAVE_BCOPY=1 -I. -I../../include -I../../include/detail -I/wrk/home/warmerda/bld/include -Wall -Wno-long-long -pedantic -std=c++98 -g -DDEBUG -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.cpp  -fPIC -DPIC -o .libs/reader.o
In file included from ../../include/liblas/detail/reader.hpp:45,
                 from reader.cpp:42:
../../include/liblas/cstdint.hpp:152:20: warning: integer constant is so large that it is unsigned

}}]

Change History

Changed 22 months ago by hobu

  • owner changed from hobu to mloskot
  • description modified (diff)

Changed 22 months ago by mloskot

  • status changed from new to assigned

Changed 22 months ago by mloskot

  • status changed from assigned to closed
  • version set to svn-trunk
  • resolution set to fixed
  • milestone set to 1.0

Fixed in trunk (r696)

Note: See TracTickets for help on using tickets.