8000 fontcrunch/quadopt.cc:417:24: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] · Issue #11 · googlefonts/fontcrunch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
fontcrunch/quadopt.cc:417:24: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] #11
Open
@weiweihuanghuang

Description

@weiweihuanghuang

on 10.10

running install
Checking .pth file support in /Library/Python/2.7/site-packages/
/usr/bin/python -E -c pass
TEST PASSED: /Library/Python/2.7/site-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing FontCrunch.egg-info/PKG-INFO
writing top-level names to FontCrunch.egg-info/top_level.txt
writing dependency_links to FontCrunch.egg-info/dependency_links.txt
file fontcrunch/quadopt.py (for module fontcrunch.quadopt) not found
reading manifest file 'FontCrunch.egg-info/SOURCES.txt'
writing manifest file 'FontCrunch.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.10-intel/egg
running install_lib
running build_py
file fontcrunch/quadopt.py (for module fontcrunch.quadopt) not found
file fontcrunch/quadopt.py (for module fontcrunch.quadopt) not found
running build_ext
building 'fontcrunch._quadopt' extension
swigging fontcrunch/quadopt.i to fontcrunch/quadopt_wrap.cpp
swig -python -c++ -modern -o fontcrunch/quadopt_wrap.cpp fontcrunch/quadopt.i
creating build/temp.macosx-10.10-intel-2.7
creating build/temp.macosx-10.10-intel-2.7/fontcrunch
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c fontcrunch/quadopt_wrap.cpp -o build/temp.macosx-10.10-intel-2.7/fontcrunch/quadopt_wrap.o -std=c++11 -O3
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c fontcrunch/quadopt.cc -o build/temp.macosx-10.10-intel-2.7/fontcrunch/quadopt.o -std=c++11 -O3
fontcrunch/quadopt.cc:417:24: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
        int n = breaks.size() - 1;
            ~   ~~~~~~~~~~~~~~^~~
1 warning generated.
c++ -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.10-intel-2.7/fontcrunch/quadopt_wrap.o build/temp.macosx-10.10-intel-2.7/fontcrunch/quadopt.o -o build/lib.macosx-10.10-intel-2.7/fontcrunch/_quadopt.so
creating build/bdist.macosx-10.10-intel
creating build/bdist.macosx-10.10-intel/egg
creating build/bdist.macosx-10.10-intel/egg/fontcrunch
copying build/lib.macosx-10.10-intel-2.7/fontcrunch/__init__.py -> build/bdist.macosx-10.10-intel/egg/fontcrunch
copying build/lib.macosx-10.10-intel-2.7/fontcrunch/_quadopt.so -> build/bdist.macosx-10.10-intel/egg/fontcrunch
copying build/lib.macosx-10.10-intel-2.7/fontcrunch/fontcrunch.py -> build/bdist.macosx-10.10-intel/egg/fontcrunch
byte-compiling build/bdist.macosx-10.10-intel/egg/fontcrunch/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.10-intel/egg/fontcrunch/fontcrunch.py to fontcrunch.pyc
creating stub loader for fontcrunch/_quadopt.so
byte-compiling build/bdist.macosx-10.10-intel/egg/fontcrunch/_quadopt.py to _quadopt.pyc
creating build/bdist.macosx-10.10-intel/egg/EGG-INFO
installing scripts to build/bdist.macosx-10.10-intel/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-2.7
copying and adjusting tools/font-crunch -> build/scripts-2.7
changing mode of build/scripts-2.7/font-crunch from 644 to 755
creating build/bdist.macosx-10.10-intel/egg/EGG-INFO/scripts
copying build/scripts-2.7/font-crunch -> build/bdist.macosx-10.10-intel/egg/EGG-INFO/scripts
changing mode of build/bdist.macosx-10.10-intel/egg/EGG-INFO/scripts/font-crunch to 755
copying FontCrunch.egg-info/PKG-INFO -> build/bdist.macosx-10.10-intel/egg/EGG-INFO
copying FontCrunch.egg-info/SOURCES.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO
copying FontCrunch.egg-info/dependency_links.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO
copying FontCrunch.egg-info/not-zip-safe -> build/bdist.macosx-10.10-intel/egg/EGG-INFO
copying FontCrunch.egg-info/top_level.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO
writing build/bdist.macosx-10.10-intel/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/FontCrunch-0.1-py2.7-macosx-10.10-intel.egg' and adding 'build/bdist.macosx-10.10-intel/egg' to it
removing 'build/bdist.macosx-10.10-intel/egg' (and everything under it)
Processing FontCrunch-0.1-py2.7-macosx-10.10-intel.egg
creating /Library/Python/2.7/site-packages/FontCrunch-0.1-py2.7-macosx-10.10-intel.egg
Extracting FontCrunch-0.1-py2.7-macosx-10.10-intel.egg to /Library/Python/2.7/site-packages
Adding FontCrunch 0.1 to easy-install.pth file
Installing font-crunch script to /usr/local/bin

Installed /Library/Python/2.7/site-packages/FontCrunch-0.1-py2.7-macosx-10.10-intel.egg
Processing dependencies for FontCrunch==0.1
Finished processing dependencies for FontCrunch==0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0