[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning in make of rev 1788
From: |
Paul Rockwell |
Subject: |
Re: Warning in make of rev 1788 |
Date: |
Thu, 26 Sep 2024 15:36:02 -0400 |
Peter,
I've been compiling on macOS and haven't seen this with SVN 1780. I'm using
macOS 15.0 using Xcode 16.0 on Apple Silicon and macOS 12 on an Intel Mac using
Command Line Tools for Xcode version 14.2.
What version of macOS and what version of development tools (e.g. Xcode) are
you running)?
- Paul Rockwell
> On Sep 26, 2024, at 1:56 PM, Peter Teeson <pteeson@me.com> wrote:
>
> configure: ---- SUMMARY OF TESTS (please include in error reports) ----
>
> prefix: : /usr/local
>
> DEVELOP_WANTED: no
> ASSERT_LEVEL_WANTED: 1
> DYNAMIC_LOG_WANTED: no
> PERFORMANCE_COUNTERS_WANTED: no
> VALUE_CHECK_WANTED: no
> VALUE_HISTORY_WANTED: no
>
> apl_MAINTAINER_MODE: no
> apl_missing_headers: 3
> apl_missing_functions: 0
> apl_FFT: no (affects: ⎕FFT)
> apl_PCRE: no (affects: ⎕RE)
> apl_PNG: yes (affects: ⎕PNG)
> apl_POSTGRES: no (may affect: ⎕SQL)
> apl_SQLITE3: yes (may affect: ⎕SQL)
> apl_SQL yes (affects: ⎕SQL)
> apl_X11 (libxcb): no (fallback for ⎕PLOT)
> apl_GTK3: no (affects: ⎕PNG, ⎕GTK, maybe ⎕PLOT)
> apl_GUI: no (affects: ⎕PNG, ⎕GTK, ⎕PLOT)
>
> Gandalf:trunk pteeson$ make
> ….
> depbase=`echo lines.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -I
> /Volumes/Data/GNUAPL-on-Mac-WS/GNUaplfiles/trunk -MT lines.o -MD -MP -MF
> $depbase.Tpo -c -o lines.o lines.cc &&\
> mv -f $depbase.Tpo $depbase.Po
> lines.cc:18:50: warning: '&' within '|' [-Wbitwise-op-parentheses]
> while (*utf & 0x80) UCS = UCS << 6 | *utf++ & 0x3F;
> ~ ~~~~~~~^~~~~~
> lines.cc:18:50: note: place parentheses around the '&' expression to silence
> this warning
> while (*utf & 0x80) UCS = UCS << 6 | *utf++ & 0x3F;
> ^
> ( )
> 1 warning generated.
>
>