Avoid implicit ints and implicit function declarations#91
Avoid implicit ints and implicit function declarations#91fweimer-rh wants to merge 1 commit intoeserte:masterfrom
Conversation
These language features have been removed from C in 1999. Future compilers are likely to stop accepting these constructs by default.
|
I concur that these issues should be addressed, as #79 and #80 are alternative approaches for some of them (e.g. adding Also note that if Perl/Tk ever intends to build with |
|
It looks like a big part of the issue is actually just bundling a decrepit code copy of tk. |
|
For the record, I needed the patch attached to https://bugzilla.opensuse.org/show_bug.cgi?id=1225909#c1 to make openSUSE perl-tk build without |
These language features have been removed from C in 1999. Future compilers are likely to stop accepting these constructs by default.
Related to: