Advertisement
Guest User

src wanings linux

a guest
Apr 29th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.58 KB | None | 0 0
  1. //each warning is simply a double semicolon (;;) at the end of each line:
  2.  
  3. example ~master: building configuration "application"...
  4. ../dwt/src/org/eclipse/swt/graphics/Point.d(110,46): Warning: use '{ }' for an empty statement, not a ';'
  5. ../dwt/src/org/eclipse/swt/widgets/IME.d(337,86): Warning: use '{ }' for an empty statement, not a ';'
  6. ../dwt/src/org/eclipse/swt/widgets/TrayItem.d(190,101): Warning: use '{ }' for an empty statement, not a ';'
  7. ../dwt/src/org/eclipse/swt/widgets/Tree.d(781,10): Warning: use '{ }' for an empty statement, not a ';'
  8. dmd failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement