1From 5429ab90eb33eb243fa7b9cd247e0490d72b9da5 Mon Sep 17 00:00:00 2001 2From: Otavio Salvador <otavio@ossystems.com.br> 3Date: Wed, 9 Sep 2015 15:04:45 +0000 4Subject: [PATCH] Drop 'inline' of crc32 function to fix build using GCC 5.2 5Organization: O.S. Systems Software LTDA. 6 7Upstream-Status: Pending 8 9Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 10--- 11 crc32.h | 1 - 12 crc32.o | Bin 748 -> 2056 bytes 13 2 files changed, 1 deletion(-) 14 15diff --git a/crc32.h b/crc32.h 16index 62b3433..8fc62b6 100644 17--- a/crc32.h 18+++ b/crc32.h 19@@ -18,7 +18,6 @@ 20 #ifndef CRC32_H 21 #define CRC32_H 22 23-inline 24 unsigned long crc32( const void* const buffer, 25 unsigned long length, 26 unsigned long crc); 27 28-- 292.1.4 30 31