You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title implies, this core fails to build with gcc-14. The following error is generated:
daphne/daphne-1.0-src/vldp2/vldp/vldp_internal.c:852:31: error: implicit declaration of function ‘fileno’ [-Wimplicit-function-declaration]
852 | fstat(fileno(F), &filestats); // get stats for file to get file length
| ^~~~~~
It builds successfuly with earlier compilers such as gcc-13
As the title implies, this core fails to build with gcc-14. The following error is generated:
It builds successfuly with earlier compilers such as gcc-13
@hunterk any thoughts here?
The text was updated successfully, but these errors were encountered: