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

Specify c++ standard to use for building libktx. #806

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

MarkCallow
Copy link
Collaborator

@MarkCallow MarkCallow commented Nov 28, 2023

Avoid inadvertent compilation with a later standard
when included in another project. Later standards may
raise warnings or even errors on the library code.

Fixes #774 and #656.

@MarkCallow MarkCallow merged commit 26d7d3f into main Nov 29, 2023
14 checks passed
@MarkCallow MarkCallow deleted the issue774 branch November 29, 2023 02:49
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
Avoid inadvertent compilation with a later standard
when included in another project. Later standards may
raise warnings or even errors on the library code. 

Fixes KhronosGroup#774 and KhronosGroup#656.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
Avoid inadvertent compilation with a later standard
when included in another project. Later standards may
raise warnings or even errors on the library code. 

Fixes KhronosGroup#774 and KhronosGroup#656.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
Avoid inadvertent compilation with a later standard
when included in another project. Later standards may
raise warnings or even errors on the library code. 

Fixes KhronosGroup#774 and KhronosGroup#656.
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
Avoid inadvertent compilation with a later standard
when included in another project. Later standards may
raise warnings or even errors on the library code. 

Fixes KhronosGroup#774 and KhronosGroup#656.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clang 16 warning: Bitwise operation between different enumeration types is deprecated
1 participant