Git master : Compile error : error: ‘_get_cache_filename’ defined but not used [-Werror=unused-function] · Issue #18794 · darktable-org/darktable · GitHub
More Web Proxy on the site http://driver.im/
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
200c4b9bc80776b42f69ac6fa2fcca1ae1faa308 is the first bad commit
commit 200c4b9bc80776b42f69ac6fa2fcca1ae1faa308
Author: Hanno Schwalm <hanno@schwalm-bremen.de>
Date: Sat May 10 10:54:40 2025 +0200
Lut3D static maintenance
Internal functions should be static and have a leading underscore,
take care about c++ code.
src/iop/lut3d.c | 149 +++++++++++++++++++++++++++-----------------------
src/iop/lut3dgmic.cpp | 8 +--
2 files changed, 84 insertions(+), 73 deletions(-)
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Describe the bug
When I compile git master I get this compilation error:
Steps to reproduce
Expected behavior
Sucessful build
Logfile | Screenshot | Screencast
Git bisect result:
Commit
200c4b9
Where did you obtain darktable from?
Self compiled.
darktable version
11f26a8
What OS are you using?
Linux
What is the version of your OS?
Debian stable 12.10 Bookworm
Describe your system
Debian stable 12.10 Bookworm
gcc version 12.2.0 (Debian 12.2.0-14)
Are you using OpenCL GPU in darktable?
Yes
If yes, what is the GPU card and driver?
No relevent here.
Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip
No response
The text was updated successfully, but these errors were encountered:
8000