• Pieter Hintjens's avatar
    Problem: getting various warnings in tweetnacl · 7129187f
    Pieter Hintjens authored
    libzmq used to switch off pedantic checks when using tweetnacl. As
    this is now the default, that means pedantic checks are always off.
    This is not good.
    
    Solution: in tweetnacl.c alone, use a GCC pragma to disable sign
    comparison warnings. We could also clean the code up yet this is
    simpler. In other code, we still want those warnings, hence I've
    used a pragma rather than global compile option.
    
    Second, use -Wno-long-long all the time, as this warning does not
    work with a pragma.
    
    I removed code that set -wno-long-long, for MinGW and Solaris.
    
    Related problem 2: --with-relaxed is badly named
    
    This option switches off pedantic checks, so should be called
    --disable-pedantic. 'with' is for optional packages.
    7129187f
Name
Last commit
Last update
builds Loading commit data...
doc Loading commit data...
include Loading commit data...
packaging Loading commit data...
perf Loading commit data...
src Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CMakeLists.txt Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Dockerfile Loading commit data...
FindSodium.cmake Loading commit data...
INSTALL Loading commit data...
MAINTAINERS Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.cygwin.md Loading commit data...
README.md Loading commit data...
acinclude.m4 Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
branding.bmp Loading commit data...
ci_build.sh Loading commit data...
configure.ac Loading commit data...
installer.ico Loading commit data...
version.sh Loading commit data...