Skip to content

Не собирается на i586 #7

Open
@evgkrsk

Description

@evgkrsk

На x86_64 с помощью gcc5 собирается почти нормально, но на i586 уже нет:

g++ -c -g -O3 -std=gnu++0x -fvisibility=hidden -fvisibility-inlines-hidden -fno-default-inline -fno-omit-frame-pointer -fno-common -fsigned-char -Wall -W -Werror -Wsign-promo -Woverloaded-virtual -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -isystem . -isystem ./pd/fixinclude -D_GNU_SOURCE=1  -Wundef  -MD -MF deps/phantom%io_stream%proto_http%handler_monitor%handler_monitor.s.o.d -fPIC phantom/io_stream/proto_http/handler_monitor/handler_monitor.C -o phantom/io_stream/proto_http/handler_monitor/handler_monitor.s.o
phantom/io_stream/proto_http/handler_monitor/handler_monitor.C: In member function 'virtual bool phantom::io_stream::proto_http::handler_monitor_t::content_t::print(pd::out_t&) const':
phantom/io_stream/proto_http/handler_monitor/handler_monitor.C:167:30: error: large integer implicitly truncated to unsigned type [-Werror=overflow]
      size_t limit = sizeval::unlimited;
                              ^
cc1plus: all warnings being treated as errors
make: *** [phantom/io_stream/proto_http/handler_monitor/handler_monitor.s.o] Error 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