avoid warning when the concurrent-output flag is disabled
This commit is contained in:
parent
1f7da71a91
commit
3ec0be7e1a
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ hideRegionsWhile a = bracketIO setup cleanup go
|
||||||
liftIO $ hFlush stdout
|
liftIO $ hFlush stdout
|
||||||
a
|
a
|
||||||
#else
|
#else
|
||||||
|
#ifdef WITH_CONCURRENTOUTPUT
|
||||||
#warning Building with concurrent-output older than 1.9.0 so expect some display glitches when password prompts occur in concurrent mode
|
#warning Building with concurrent-output older than 1.9.0 so expect some display glitches when password prompts occur in concurrent mode
|
||||||
|
#endif
|
||||||
hideRegionsWhile = id
|
hideRegionsWhile = id
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue