From 36d8734bbe70b8593e92452b4ef4bf8f428c3a34 Mon Sep 17 00:00:00 2001 From: alejoe91 <alejoe9187@gmail.com> Date: Thu, 9 Feb 2017 16:32:43 +0100 Subject: [PATCH] removed build fix from master --- fix-build-error_gcc6205.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fix-build-error_gcc6205.txt diff --git a/fix-build-error_gcc6205.txt b/fix-build-error_gcc6205.txt deleted file mode 100644 index 34cf261da..000000000 --- a/fix-build-error_gcc6205.txt +++ /dev/null @@ -1,11 +0,0 @@ -Build error when compiling with gcc/g++ 6.2.0-5 (Ubuntu 16.10) - -error: ‘long int juce::FlacNamespace::lround(double)’ conflicts with a previous declaration -static inline long int lround(double x) - -easy FIX: -Comment out line 65-67 of: /JuceLibraryCode/modules/juce_format/codecs/flac/libFLAC/lpc_flac.c - -/*static inline long int lround(double x) { - return (long)(x + copysign (0.5, x)); -}*/ -- GitLab