mirror of https://github.com/fltk/fltk.git
Browse Source
This bit mask was added in commit 53b40f4138
in an attempt
to *document* reserved bits but it turned out that this mask could
have negative side effects on some newer compilers by propagating
the enum to an 'unsigned int' and issuing compiler warnings.
See this comment and follow-up's in fltk.general:
https://groups.google.com/g/fltkgeneral/c/7xrDkbkxiyw/m/rzEIJ7XhAgAJ
pull/1104/head
1 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue