Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | From 5429ab90eb33eb243fa7b9cd247e0490d72b9da5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Otavio Salvador <otavio@ossystems.com.br> |
| 3 | Date: Wed, 9 Sep 2015 15:04:45 +0000 |
| 4 | Subject: [PATCH] Drop 'inline' of crc32 function to fix build using GCC 5.2 |
| 5 | Organization: O.S. Systems Software LTDA. |
| 6 | |
| 7 | Upstream-Status: Pending |
| 8 | |
| 9 | Signed-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 | |
| 15 | diff --git a/crc32.h b/crc32.h |
| 16 | index 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 | -- |
| 29 | 2.1.4 |
| 30 | |