[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63210] Lots of warnings in compilation
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #63210] Lots of warnings in compilation |
Date: |
Sun, 30 Oct 2022 20:27:07 -0400 (EDT) |
Follow-up Comment #10, bug #63210 (project octave):
I fixed point 5: unbalanced parentheses in @def...
For point #4, it seems that this is related to the use of ccache as well as
the -nostdlib option which the autotools process is adding to the link phase
of anything defined as a library (liboctinterp, for example, but also anything
in the dldfcn directory). The best way may be to simply disable the warning
(-Wno-error=unused-command-line-argument). Alternatively, it may be possible
to filter it out of the CPPFLAGS we use for each library in
libinterp/dldfcn/module.mk.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63210>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, anonymous, 2022/10/13
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Rik, 2022/10/13
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, anonymous, 2022/10/13
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Rik, 2022/10/15
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, anonymous, 2022/10/15
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Dmitri A. Sergatskov, 2022/10/15
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Dmitri A. Sergatskov, 2022/10/15
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Rik, 2022/10/26
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Markus Mützel, 2022/10/30
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation, Rik, 2022/10/30
- [Octave-bug-tracker] [bug #63210] Lots of warnings in compilation,
Rik <=