[RTEMS Project] #2909: xz: Support for 64-bit CRC is build although XZ_USE_CRC64 is not defined

RTEMS trac trac at rtems.org
Tue Feb 14 07:52:25 UTC 2017


#2909: xz: Support for 64-bit CRC is build although XZ_USE_CRC64 is not defined
-----------------------------+--------------------
 Reporter:  sebastian.huber  |      Owner:  chrisj
     Type:  defect           |     Status:  new
 Priority:  normal           |  Milestone:  4.12
Component:  cpukit           |    Version:  4.12
 Severity:  normal           |   Keywords:
-----------------------------+--------------------
 This leads to:

 ../../../../../../rtems/c/src/../../cpukit/libmisc/xz/xz_crc64.c:21:16:
 warning: no previous prototype for 'xz_crc64_init' [-Wmissing-prototypes]
 ../../../../../../rtems/c/src/../../cpukit/libmisc/xz/xz_crc64.c:40:20:
 warning: no previous prototype for 'xz_crc64' [-Wmissing-prototypes]

 We should enable the 64-bit CRC or remove this file from the build.

--
Ticket URL: <http://devel.rtems.org/ticket/2909>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list