Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPL macro problem with interfaces #3904

Closed
vigsterkr opened this issue Jul 5, 2017 · 2 comments
Closed

GPL macro problem with interfaces #3904

vigsterkr opened this issue Jul 5, 2017 · 2 comments
Assignees

Comments

@vigsterkr
Copy link
Member

/home/wiking/shogun/build/src/interfaces/r/shogunR_wrap.cxx:3604:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
 #endif USE_GPL_SHOGUN
        ^~~~~~~~~~~~~~
@besser82
Copy link
Member

besser82 commented Jul 5, 2017

Simply comment it out: #endif // USE_GPL_SHOGUN or #endif /*USE_GPL_SHOGUN*/ would be fine.

@karlnapf
Copy link
Member

karlnapf commented Jul 5, 2017

sorry, that didnt come up locally when I tested it
728a9f5

@karlnapf karlnapf closed this as completed Jul 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants