Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //each warning is simply a double semicolon (;;) at the end of each line:
- example ~master: building configuration "application"...
- ../dwt/src/org/eclipse/swt/graphics/Point.d(110,46): Warning: use '{ }' for an empty statement, not a ';'
- ../dwt/src/org/eclipse/swt/widgets/IME.d(337,86): Warning: use '{ }' for an empty statement, not a ';'
- ../dwt/src/org/eclipse/swt/widgets/TrayItem.d(190,101): Warning: use '{ }' for an empty statement, not a ';'
- ../dwt/src/org/eclipse/swt/widgets/Tree.d(781,10): Warning: use '{ }' for an empty statement, not a ';'
- dmd failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement