Commit Graph

456621 Commits

Author SHA1 Message Date
Antoine Brodin
af017a507e MFH: r484096
Mark BROKEN: fails to build

../Cheats.cpp:1347:5: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
    address & 255,
    ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:49:03 +00:00
Antoine Brodin
1ad68a8a25 MFH: r484094
Mark BROKEN: fails to build

funceval2.cpp:541:16: error: comparison between pointer and integer ('int' and 'UTF8 *' (aka 'unsigned char *'))
       || '\0' == newobject_string)
          ~~~~ ^  ~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:47:15 +00:00
Antoine Brodin
5b53a4238d MFH: r484092
Mark BROKEN: fails to build

tX_audiodevice.cc:372:46: error: C-style cast from 'nullptr_t' to 'jack_options_t' (aka 'JackOptions') is not allowed
        if ((client=jack_client_open("terminatorX", (jack_options_t) NULL, NULL))==0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:45:17 +00:00
Antoine Brodin
7d57f92a99 MFH: r484090
Mark BROKEN: fails to build

In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenDebugOverlay.cpp:12:
In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenGameplay.h:10:
In file included from /wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/BeginnerHelper.h:9:
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/NoteData.h:378:25: error: 'swap<NoteData>' is missing exception specification 'noexcept(is_nothrow_move_constructible<NoteData>::value && is_nothrow_move_assignable<NoteData>::value)'
        template<> inline void swap<NoteData>( NoteData &nd1, NoteData &nd2 ) { nd1.swap( nd2 ); }
                               ^

Reported by:	pkg-fallout
2018-11-04 14:43:30 +00:00
Antoine Brodin
6b02057505 MFH: r484088
Mark BROKEN: fails to build

In file included from sphinx.cpp:16:
In file included from ./sphinx.h:41:
./sphinxstd.h:267:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
        register DWORD tmp;
        ^~~~~~~~~
./sphinxstd.h:2328:53: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                                sError.SetSprintf ( "mmap() failed: %s (length="INT64_FMT" is over 2GB, impossible on some 32-bit systems)",
                                                                                ^

Reported by:	pkg-fallout
2018-11-04 14:40:31 +00:00
Antoine Brodin
55742bdd50 MFH: r484086
Mark BROKEN: fails to build

In file included from src/saagharwindow.cpp:26:
src/version.h:29:39: error: no matching literal operator for call to 'operator""__TIME__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
const QString BUILD_TIME = __DATE__" "__TIME__;
                                      ^

Reported by:	pkg-fallout
2018-11-04 14:38:31 +00:00
Antoine Brodin
36dc53ab4f MFH: r484084
rsplib is BROKEN on i386 and amd64 too

Reported by:	pkg-fallout
2018-11-04 14:36:15 +00:00
Antoine Brodin
e94f9f0530 MFH: r484082
Mark BROKEN: fails to build

dcraw.cc:3958:19: error: constant expression evaluates to 128 which cannot be narrowed to type 'signed char' [-Wc++11-narrowing]
    -1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
                  ^~~~

Reported by:	pkg-fallout
2018-11-04 14:33:37 +00:00
Antoine Brodin
3c3a1c5a8b MFH: r484080
Mark BROKEN: fails to build

qtoctave/src/generate_menu.cpp:282:64: error: cannot initialize return object of type 'MenuExtCallBack *' with an rvalue of type 'bool'
        if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false;
                                                                      ^~~~~

Reported by:	pkg-fallout
2018-11-04 14:31:50 +00:00
Antoine Brodin
9ddf389d7e MFH: r484078
Mark BROKEN: fails to link

c++ -o qslim cmdline.o main.o output.o qslim.o  -L/usr/local/lib -pthread -fstack-protector  -L/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src -lmix -lgfx -lm
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::add_toggle_menu(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool&, int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::key_press(int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_hdtv_size(int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `typeinfo for gfx::MxGUI'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_exit()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::current'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::initialize(int, char**, Fl_Menu_Item*, int, int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_load_view_from_file()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_dv_size(int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_fps()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_new()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::update_animation()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::run()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_animate(Fl_Menu_*)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_vga_size(int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_snapshot(int)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cmdline_option(int, char**, int&)'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::cb_save_view_to_file()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::load_view_from_file()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::save_view_to_file()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `Fl_Gl_Window::make_current()'
/wrkdirs/usr/ports/graphics/qslim/work/qslim-2.1/mixkit/src/libmix.so: undefined reference to `gfx::MxGUI::MxGUI()'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2018-11-04 14:29:56 +00:00
Antoine Brodin
8cf759694d MFH: r484075
qore is BROKEN on i386 and amd64 too
2018-11-04 14:27:06 +00:00
Antoine Brodin
338aa610dc MFH: r484073
Mark BROKEN: fails to build

3rdparty/map2gcm/main.cpp:396:36: error: no matching literal operator for call to 'operator""_MKSTR' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
    printf("\n****** %s ******\n", WHAT_STR);
                                   ^

Reported by:	pkg-fallout
2018-11-04 14:25:09 +00:00
Antoine Brodin
e2db5ac4c5 MFH: r484071
Mark BROKEN: fails to build

src/beerxmlreader.cpp:257:16: error: no viable conversion from returned value of type 'bool' to function return type 'Recipe'
        return false;
               ^~~~~

Reported by:	pkg-fallout
2018-11-04 14:22:22 +00:00
Antoine Brodin
e087c90418 MFH: r484069
Mark BROKEN: fails to build

shiori/kawari_shiori.cpp:147:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                        response.SetStartline("SHIORI/"SHIORIVER" 500 Internal Server Error");
                                                       ^

Reported by:	pkg-fallout
2018-11-04 14:20:06 +00:00
Antoine Brodin
fdf2e7b166 MFH: r484067
Mark BROKEN: fails to build

In file included from build/sdl/util/init.cpp:38:
build/sdl/util/dumb/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                          ^

Reported by:	pkg-fallout
2018-11-04 14:17:39 +00:00
Antoine Brodin
3312ec7124 MFH: r484065
Mark BROKEN: fails to build

In file included from moses/LM/Rand.cpp:37:
In file included from /usr/local/include/RandLM/RandLM.h:23:
/usr/local/include/RandLM/RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
    static const float kFloatErr = 0.00001f;
                       ^           ~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:15:05 +00:00
Antoine Brodin
72a8449224 MFH: r484063
Mark BROKEN: fails to build

MetisseDesktop.cxx:1111:2: error: no matching constructor for initialization of 'MetisseDesktop'
        MetisseDesktop(rfburi, "foldable", false, false);
        ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:12:47 +00:00
Antoine Brodin
00d6f938c1 MFH: r484061
Mark BROKEN: fails to build

mdcp.cc:359:3: error: no matching function for call to 'clock_gettime'
  clock_gettime( NULL, &timeStarted );
  ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:10:23 +00:00
Antoine Brodin
c73036a3d0 MFH: r484059
Mark BROKEN: fails to build

../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned short' in initializer list [-Wc++11-narrowing]
                                                sRGB16 globalLight = { AO.R * 4096.0, AO.G * 4096.0, AO.B * 4096.0 };
                                                                       ^~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:08:36 +00:00
Antoine Brodin
6a052b2244 MFH: r484057
Mark BROKEN: fails to build

pdn.cc:350:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        if(!parse_moves(moves+" "END_OF_MOVELINE)) {            // :)
                                 ^

Reported by:	pkg-fallout
2018-11-04 14:04:43 +00:00
Antoine Brodin
1196ba92ee MFH: r484055
Mark BROKEN: fails to build

LineEdit.cxx:90:28: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
       Marker location={1, strlen(str), -1} ;
                           ^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 14:02:18 +00:00
Antoine Brodin
8b8f8f6bde MFH: r484052
Mark BROKEN: fails to build

SoText2.c++:892:14: error: cast from pointer to smaller type 'char' loses information
       *s1 = (char)NULL;  /* font name is pointed to s */
             ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:59:59 +00:00
Antoine Brodin
c3232d100f MFH: r484050
Mark BROKEN: fails to build

In file included from shell_src/goshGraph.cpp:13:
In file included from include/gosh.h:13:
In file included from include/goblin.h:21:
In file included from include/managedObject.h:17:
In file included from include/attributePool.h:19:
include/fileImport.h:46:5: error: exception specification of overriding function is more lax than base version
    ~goblinImport() throw(ERParse);
    ^

Reported by:	pkg-fallout
2018-11-04 13:56:18 +00:00
Antoine Brodin
ebf3145a86 MFH: r484048
Mark BROKEN: fails to build

src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0};
                                                     ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:54:21 +00:00
Antoine Brodin
b43e5f84ff MFH: r484046
Mark BROKEN: fails to build

tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
    if (create_iter != VM_INVALID_PROP)
        ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:52:03 +00:00
Antoine Brodin
d612281ebd MFH: r484044
Mark BROKEN: fails to build

evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        file += "/ede/"SETTINGS_FILENAME".conf";
                       ^

Reported by:	pkg-fallout
2018-11-04 13:49:45 +00:00
Antoine Brodin
d4f023a746 MFH: r484042
Mark BROKEN: fails to build

src/stdafx.cpp:215:56: error: invalid operands to binary expression ('std::__1::basic_istream<char>' and 'int')
                if(fileStream->read( (char*) fileBuffer, pFileSize ) == 0) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

Reported by:	pkg-fallout
2018-11-04 13:47:16 +00:00
Antoine Brodin
d6daa90a52 MFH: r484039
Mark BROKEN: fails to build

backend/go.c:80:11: error: constant expression evaluates to -1 which cannot be narrowed to type 'mftype' (aka 'unsigned int') [-Wc++11-narrowing]
    {   0,MFall,MFcnp,MFcp,MFcse,MFda,MFdc,MFdv,MFli,MFliv,MFlocal,MFloop,
          ^~~~~

Reported by:	pkg-fallout
2018-11-04 13:45:08 +00:00
Antoine Brodin
405fae370c MFH: r484037
Mark BROKEN: fails to build

In file included from firmware.cpp:22:
./path.h:378:33: error: cannot initialize an array element of type 'char' with an rvalue of type 'nullptr_t'
                                        char format[] = { '%', *p, NULL };
                                                                   ^~~~

Reported by:	pkg-fallout
2018-11-04 13:40:29 +00:00
Antoine Brodin
dd410ad67d MFH: r484035
Mark BROKEN: fails to build

In file included from bitblt.cpp:18:
In file included from ../include/descent.h:25:
../include/carray.h:90:20: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed
                        m_data.buffer = reinterpret_cast<_T *> (NULL);
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:36:52 +00:00
Antoine Brodin
35cda53fe1 MFH: r484033
Mark BROKEN: fails to build

/wrkdirs/usr/ports/net/crtmpserver/work/crtmpserver-0.811/sources/common/src/platform/freebsd/freebsdplatform.cpp:271:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                WARN("Unable to set IP_TTL: %"PRIu8"; error was (%d) %s", ttl, err, strerror(err));
                                              ^

Reported by:	pkg-fallout
2018-11-04 13:34:44 +00:00
Antoine Brodin
39d628ae89 MFH: r484031
Mark BROKEN: fails to build

main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
        cout << PROGRAMNAME" "VERSION << endl;
                              ^

Reported by:	pkg-fallout
2018-11-04 13:29:32 +00:00
Antoine Brodin
2ef2494fa1 MFH: r484029
Mark BROKEN: fails to build

Mundo.cpp:262:19: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
        SDL_Rect rect = {x, y, w, h};
                         ^

Reported by:	pkg-fallout
2018-11-04 13:26:40 +00:00
Antoine Brodin
79548ab953 MFH: r484027
Mark BROKEN: fails to build

In file included from src/process_manager_posix.cc:32:
In file included from build/../inc/com/centreon/process_manager_posix.hh:30:
build/../inc/com/centreon/unordered_hash.hh:74:12: error: class template partial specialization of 'hash' not in a namespace enclosing '__1'
    struct hash<std::pair<T, U> > {
           ^

Reported by:	pkg-fallout
2018-11-04 13:24:32 +00:00
Antoine Brodin
caf8469cc4 MFH: r484025
Mark BROKEN: fails to build

juego.cc:119:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
        SDL_Rect rect = {0,0, screen->w, screen->h - screen->h/15};
                              ^~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:21:09 +00:00
Antoine Brodin
206e79d593 MFH: r484023
Mark BROKEN: fails to build

/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation
    rc = archive.Write3dmStartSection( version, "Archive created by ON_WriteOneObjectArchive "__DATE__" "__TIME__ );
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:13:41 +00:00
Antoine Brodin
2063c28c2d MFH: r484021
Mark BROKEN: fails to build

BackupStoreInfo.cpp:154:3: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int32_t' (aka 'int') in initializer list [-Wc++11-narrowing]
                htonl(AccountID), // mAccountID
                ^~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:09:30 +00:00
Antoine Brodin
1b67eb43be MFH: r484019
Mark BROKEN: fails to build

engine/map/minimap.cpp:490:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                SDL_Rect drect = {X, Y, 0, 0};
                                  ^

Reported by:	pkg-fallout
2018-11-04 13:04:46 +00:00
Antoine Brodin
c8a4a49584 MFH: r484017
Mark BROKEN: fails to build

bbcp_Protocol.C:928:51: error: non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing]
                        {(char *)" ", 1}, {csVal, csVsz},
                                                  ^~~~~

Reported by:	pkg-fallout
2018-11-04 12:58:17 +00:00
Antoine Brodin
9cb849e63c MFH: r484015
Mark BROKEN: fails to build

/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                          ^

Reported by:	pkg-fallout
2018-11-04 12:55:16 +00:00
Antoine Brodin
e9ae9c8e74 MFH: r484013
Mark BROKEN: fails to build

PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int')
  ASDCP_TEST_NULL_STR(argv);
  ^~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:52:13 +00:00
Antoine Brodin
3da76ea9b7 MFH: r484011
armagetron fails to build on i386, amd64, and FreeBSD 11 too
2018-11-04 12:49:09 +00:00
Antoine Brodin
5f5a86b04e MFH: r484009
xiphos fails to build on FreeBSD 11 too
2018-11-04 12:43:47 +00:00
Antoine Brodin
86af1becf4 MFH: r484007
Mark BROKEN: fails to build

main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int')
        if (argv[1]!='\0') {
            ~~~~~~~^ ~~~~

Reported by:	pkg-fallout
2018-11-04 12:38:04 +00:00
Antoine Brodin
e75494ba2c MFH: r484005
Mark BROKEN: fails to build

src/ApvlvCmds.cc:203:41: error: comparison between pointer and integer ('char *' and 'int')
      && (e = strchr ((char *) s, '>')) != '\0' && *(s + 2) != '-')
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~

Reported by:	pkg-fallout
2018-11-04 12:26:34 +00:00
Antoine Brodin
1fc53ade80 MFH: r484003
Mark BROKEN: fails to build

network/cyberoroconnection.cpp:546:27: error: constant expression evaluates to 250 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        char packet[8] = { 0x0a, 0xfa, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };
                                 ^~~~

Reported by:	pkg-fallout
2018-11-04 12:16:16 +00:00
Antoine Brodin
52134a84a5 MFH: r484001
Mark BROKEN: fails to build

PfPvPlot.cpp:541:36: error: no matching function for call to 'make_pair'
                    dataSet.insert(std::make_pair<double, double>(aepf, cpv));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:05:46 +00:00
Antoine Brodin
89d7f7f080 MFH: r483999
Mark BROKEN: fails to build

dump.cpp:1069:33: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
    result+="content=\"AqMoney "k_AQMONEY_VERSION_STRING"\">\n";
                                ^

Reported by:	pkg-fallout
2018-11-04 12:02:47 +00:00
Antoine Brodin
521e6f8dbc MFH: r483997
Mark BROKEN: fails to build

tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
    if (create_iter != VM_INVALID_PROP)
        ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 12:00:12 +00:00
Antoine Brodin
8749fa3f4e MFH: r483995
Mark BROKEN: fails to build

src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind<unsigned int &, sockaddr *, unsigned long>' and 'int')
    if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~

Reported by:	pkg-fallout
2018-11-04 11:54:30 +00:00