aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Enable warnings by default #523

Closed Orvid closed 10 years ago

Orvid commented 10 years ago

Currently the default compiler parameters don't enable warnings from DMD when building. I think this would be a worthwhile option to have enabled by default.

aBothe commented 10 years ago

which cmd line flag would this be then?

Orvid commented 10 years ago

-w is the flag to enable warnings.

aBothe commented 10 years ago

Ah, I should've asked this before: Are there such flags for gdc/ldc as well?