[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #61668] [octave-forge] (gsl) configure tests f
From: |
Ryan Carsten Schmidt |
Subject: |
[Octave-bug-tracker] [bug #61668] [octave-forge] (gsl) configure tests fail because main is defined with no return type |
Date: |
Tue, 6 Feb 2024 06:48:16 -0500 (EST) |
Follow-up Comment #24, bug#61668 (group octave):
Dmitri, your compiler might only issue a warning for implicit int function
return types but newer compilers like llvm.org clang 16 and later consider it
an error so it is essential and astronomically overdue to specify all function
return types explicitly. Implicit int return types have been forbidden ever
since C99, so there's been about a quarter century to fix it… how much
longer shall we wait?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61668>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #61668] [octave-forge] (gsl) configure tests fail because main is defined with no return type,
Ryan Carsten Schmidt <=