Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Conversation

@Username404-59
Copy link
Contributor

Fixes an issue I had when building amdvlk with clang 19:

/var/tmp/portage/media-libs/amdvlk-2024.3.3/work/pal/shared/devdriver/shared/legacy/inc/util/queue.h:371:25: error: no member named 'allocCb' in 'Queue<T, BlockSize, MinIndexCacheSize>'; did you mean 'm_allocCb'?
  371 |             : Queue(rhs.allocCb)
      |                         ^~~~~~~
      |                         m_allocCb
/var/tmp/portage/media-libs/amdvlk-2024.3.3/work/pal/shared/devdriver/shared/legacy/inc/util/queue.h:367:17: note: 'm_allocCb' declared here
  367 |         AllocCb m_allocCb;

Signed-off-by: Username404-59 <[email protected]>
@Flakebi
Copy link
Member

Flakebi commented Oct 29, 2024

Thanks for the fix!
This has been merged internally and should appear in one of the next releases (probably not the next one due to release cycles and changes taking time to propagate).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants