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

maplexer.l: avoid warning about isatty() on Windows #5865

Merged
merged 1 commit into from
Sep 10, 2019

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Sep 10, 2019

The latest regeneration of maplexer.c with a more recent version of flex
caused isatty() to be called, which caused a warning when building on Windows.
Parsing from an interactive terminal is not a use case for mapserver, so
add %option never-interactive.

The latest regeneration of maplexer.c with a more recent version of flex
caused isatty() to be called, which caused a warning when building on Windows.
Parsing from an interactive terminal is not a use case for mapserver, so
add `%option never-interactive`.
@rouault rouault added the backport branch-7-4 To backport a pull request to branch-7-4 label Sep 10, 2019
@rouault rouault merged commit b326b05 into MapServer:master Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport branch-7-4 To backport a pull request to branch-7-4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant