Skip to content

Add forward declaration for cacheDropQueuedRequestLocked#32

Merged
NathanNeurotic merged 1 commit into
masterfrom
codex/fix-mmce-art-navigation-slowdown-and-crashes
May 1, 2026
Merged

Add forward declaration for cacheDropQueuedRequestLocked#32
NathanNeurotic merged 1 commit into
masterfrom
codex/fix-mmce-art-navigation-slowdown-and-crashes

Conversation

@NathanNeurotic
Copy link
Copy Markdown
Owner

Motivation

  • Declare the cacheDropQueuedRequestLocked helper to ensure the function is known before use and to prevent implicit-declaration warnings or build issues.

Description

  • Add a static prototype static void cacheDropQueuedRequestLocked(load_image_request_t *req); to src/texcache.c alongside the other internal helper declarations.

Testing

  • Built the project with make and compilation completed successfully with no new warnings or errors.

Codex Task

A recent merge introduced a call path that references cacheDropQueuedRequestLocked before its static definition.\nAdd an explicit prototype with the other internal declarations so C99 builds do not fail with implicit declaration/static redefinition errors.
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@NathanNeurotic NathanNeurotic merged commit ff0ea77 into master May 1, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant