Skip to content

general: fix non-prototyped function deprecation errors

Timo requested to merge timocapa/nautilus:master into master

Newer compiler versions (i.e. Clang 15) failed to compile nautilus, because the declaration did not match the function definition. See: https://reviews.llvm.org/D122895

Fixes #2378 (closed)

Edited by Timo

Merge request reports