notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/keeperrl/files/patch-stack__printer.cpp
SVNWeb

Number of commits found: 2

Fri, 2 Nov 2018
[ 13:40 rene search for other commits by this committer ] Original commit   Revision:483808 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Followup on r483807.

jbeich commented on some ports in D17724 but I forgot to add them to the list.

Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Mon, 27 Aug 2018
[ 17:29 jbeich search for other commits by this committer ] Original commit   Revision:478238
games/keeperrl: unbreak on FreeBSD 10

stdafx.h:94:20: error: redefinition of 'unique'
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new
T(std::forward<Args>(args)...)); }
                   ^
stdafx.h:94:20: note: previous definition is here
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new
T(std::forward<Args>(args)...)); }
                   ^
stack_printer.cpp:329:18: error: assigning to 'char *' from incompatible type
'void *'
      ss.ss_sp = (void*)alternate_stack;
                 ^~~~~~~~~~~~~~~~~~~~~~

Number of commits found: 2