SiegeLord / DAllegro5

D binding to the Allegro5 game development library
Other
42 stars 15 forks source link

Mark C functions as nothrow @nogc. #37

Closed rcorre closed 8 years ago

rcorre commented 8 years ago

Resolves #36: Extern(C) functions should be nothrow @nogc

rcorre commented 8 years ago

I swapped an old game over to the nothrow @nogc version and it worked alright.

rcorre commented 8 years ago

Also, whether or not you merge this it would be nice to have a new tag to pick up f59b20103004cc078470311de8de260261124369 and avoid deprecation warnings.

SiegeLord commented 8 years ago

Thanks, you're the best!

rcorre commented 8 years ago

Naw, you're the best :P

mleise commented 8 years ago

You're both quite good.