adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

Compiling with minigui.d throws warning #162

Closed takase1121 closed 6 years ago

takase1121 commented 6 years ago

When I tried to compile a GUI program with minigui.d, the compiler throws a warning. image Help will be appreciated.

adamdruppe commented 6 years ago

On Thu, Jun 14, 2018 at 05:36:14AM -0700, takase wrote:

When I tried to compile a GUI program with minigui.d, the compiler throws a warning.

try rebuilding now from master

But that warning is worthless - it doesn't actually matter and does not indicate an actual bug (actually, in this specific case, it is a habit of mine to prevent bugs, but the compiler doesn't recognize the pattern).

Looks like the build succeeded anyway so no harm done.

takase1121 commented 6 years ago

Yeah I know the warning won't affect the program but it fails to compile with dub (i forgot to add the ignore warning build option) but everything is fine after i added it. Thanks for attention!