[Issue 14918] Undefined reference when using a static array of pollfd's
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Sep 1 02:02:58 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14918
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Workaround:
pollfd[5] entry = void;
--
More information about the Digitalmars-d-bugs
mailing list