erikdubbelboer / gspt

setproctitle() for Go
MIT License
107 stars 22 forks source link

Fix errors causing go test to return an error code on osx. #10

Closed szank closed 6 years ago

szank commented 6 years ago

Clang was returning warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] on osx.

This is quite annoying as it is generating ~20 lines of noise on every build and test run.

erikdubbelboer commented 6 years ago

Thanks!