Hi,
I believe that I fixed most warnings, *SVN 842*.
Since there were many warnings and from different sources, I might have
overlooked
some of them (or introduced new ones). Please keep reporting them.
/// Jürgen
Only one error/warning remains,
Xtian.
make[3]: Entering directory '/home/xtian/gnuapl/src'
g++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing
-Wno-deprecated-declarations -I/usr/include -I sql-rdynamic -g -O2 -MT
apl-StateIndicator.o -MD -MP -MF .deps/apl-StateIndicator.Tp
Hi Xtian,
thanks, SVN 843.
/// Jürgen
On 01/10/2017 10:09 PM, Christian
Robert wrote:
Only one error/warning remains,
Xtian.
make[3]: Entering directory '/home/xtian/gnuapl/src'
g++ -D
Thank you, Juergen.
SVN 843 compiles under gcc 6.3.1.
This is the sole remaining error when compiling with clang 3.8.0:
clang++ -DHAVE_CONFIG_H -I. -I..-Werror -Wall -Wno-strict-aliasing
-Wno-deprecated-declarations -I/usr/include -I sql -I/usr/include -I
sql -g -O2 -MT apl-UserFunction_h
Worth noting: There are now no warnings or notes when compiling under gcc 6.3.1.
On Tue, Jan 10, 2017 at 3:45 PM, David Lamkins wrote:
> Thank you, Juergen.
>
> SVN 843 compiles under gcc 6.3.1.
>
> This is the sole remaining error when compiling with clang 3.8.0:
>
> clang++ -DHAVE_CONFIG_H -I.
On my raspberry pi model 3B I got those:
Xtian.
make all-recursive
make[1]: Entering directory '/home/xtian/gnuapl'
Making all in doc
make[2]: Entering directory '/home/xtian/gnuapl/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/xtian/gnuapl/doc'
Making all in gnu
There's one remaining when compiling 843 under clang. The attached patch fixes
that as well as the remaining error reported by gcc.
On Tue, Jan 10, 2017 at 03:54:36PM -0800, David Lamkins wrote:
> Worth noting: There are now no warnings or notes when compiling under gcc
> 6.3.1.
>
> On Tue, J