Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small compilation fixes #7363

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Small compilation fixes #7363

merged 2 commits into from
Nov 14, 2023

Conversation

poweifeng
Copy link
Contributor

  • gltfio: Enable -Wall -Werror for gltfio_core
  • gltfio: Fix various errors that were missed warnings
  • matdbg: switch from std::atomic_uint64_t to std::atomic<uint64_t> for older clang

@poweifeng poweifeng added the internal Issue/PR does not affect clients label Nov 14, 2023
@poweifeng poweifeng requested review from bejado, pixelflinger, z3moon and romainguy and removed request for bejado and pixelflinger November 14, 2023 16:52
 - gltfio: Enable -Wall -Werror for gltfio_core
 - gltfio: Fix various errors that were missed warnings
 - matdbg: switch from std::atomic_uint64_t to
   std::atomic<uint64_t> for older clang
@poweifeng poweifeng merged commit b0a584c into main Nov 14, 2023
11 checks passed
@poweifeng poweifeng deleted the pf/few-random-fixes branch November 14, 2023 21:26
poweifeng added a commit that referenced this pull request Nov 15, 2023
- gltfio: Enable -Wall -Werror for gltfio_core
 - gltfio: Fix various errors that were missed warnings
 - matdbg: switch from std::atomic_uint64_t to
   std::atomic<uint64_t> for older clang
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
- gltfio: Enable -Wall -Werror for gltfio_core
 - gltfio: Fix various errors that were missed warnings
 - matdbg: switch from std::atomic_uint64_t to
   std::atomic<uint64_t> for older clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants