Skip to content

Conversation

zayenz
Copy link
Member

@zayenz zayenz commented Sep 1, 2020

In some cases, we use pragmas to turn off specific warnings for parts
of the code. Unfortunately, this in turn makes other compilers warn
about unknown pragmas.

This change adds the flag -Wno-unknown-pragmas to gcc and clang to
make them ignore prgmas tht they do not know about.

In some cases, we use pragmas to turn off specific warnings for parts
of the code. Unfortunately, this in turn makes other compilers warn
about unknown pragmas.

This change adds the flag -Wno-unknown-pragmas to gcc and clang to
make them ignore prgmas tht they do not know about.
@zayenz zayenz self-assigned this Sep 1, 2020
@zayenz zayenz merged commit 6963e66 into Gecode:develop Sep 1, 2020
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.

1 participant