Skip to content

Silence gcc warning about unrecognised option Wno-cast-function-type#1480

Merged
bendudson merged 1 commit intomasterfrom
silence-unrecognised-warning
Jan 7, 2019
Merged

Silence gcc warning about unrecognised option Wno-cast-function-type#1480
bendudson merged 1 commit intomasterfrom
silence-unrecognised-warning

Conversation

@ZedThree
Copy link
Member

@ZedThree ZedThree commented Jan 2, 2019

Fixes #1476

gcc doesn't complain about unknown "-Wno-unknown" flags until it reports another warning. Therefore in configure essentially check that it accepts the positive form instead

Straight into master as the original check wasn't actually doing what I thought it was.

Fixes #1476

gcc doesn't complain about unknown "-Wno-unknown" flags until it
reports another warning. Therefore in configure essentially check that
it accepts the positive form instead
@ZedThree ZedThree added the bugfix label Jan 2, 2019
@bendudson bendudson merged commit f0f288e into master Jan 7, 2019
@bendudson bendudson deleted the silence-unrecognised-warning branch January 7, 2019 10:43
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.

2 participants