-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
tweetnacl.c: broken compilation -pedantic and C++ comments (gcc-4.92) #3036
Comments
Suggested to disable (all) warnings on that (external?) file via |
I'll fix that, but since you are on Debian libzmq is already there - if you want newer versions you can add the repository: |
Just wanted to rise this. I was just wanting to compile sources with |
bluca
added a commit
to bluca/libzmq
that referenced
this issue
Apr 2, 2018
Solution: change comments Fixes: zeromq#3036
msune
added a commit
to msune/libzmq
that referenced
this issue
Apr 3, 2018
Solution: change missing comments in header file Fixes: zeromq#3036 and adds on top of '15905c5'
MohammadAlTurany
pushed a commit
to FairRootGroup/libzmq
that referenced
this issue
Jan 28, 2019
Solution: change comments Fixes: zeromq#3036
MohammadAlTurany
pushed a commit
to FairRootGroup/libzmq
that referenced
this issue
Jan 28, 2019
Solution: change missing comments in header file Fixes: zeromq#3036 and adds on top of '15905c5'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Compilation with gcc/g++-4.9 configured as follows:
marc@Beluga:~/personal/msune/libzmq2/build$ ../configure --disable-drafts --enable-debug --disable-silent-rules
Is broken due to
tweetnacl.c
having C++-like comments:Environment
2aa54d662048f420ac0dbd5d9b46559963a675f2
Minimal test code / Steps to reproduce the issue
marc@Beluga:~/personal/msune/libzmq2/build$ ../configure --disable-drafts --enable-debug --disable-silent-rules
The text was updated successfully, but these errors were encountered: