FreeBSD Bugzilla – Attachment 184796 Details for
Bug 219287
games/critterding: fails to build with lang/gcc6 or later
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
critterding.diff (text/plain), 1.08 KB, created by
Raphael Kubo da Costa
on 2017-07-28 12:26:55 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2017-07-28 12:26:55 UTC
Size:
1.08 KB
patch
obsolete
>Index: files/patch-src_brainz_brainz.cpp >=================================================================== >--- files/patch-src_brainz_brainz.cpp (nonexistent) >+++ files/patch-src_brainz_brainz.cpp (working copy) >@@ -0,0 +1,14 @@ >+brainz.cpp: In member function 'void Brainz::processTillAnswer()': >+brainz.cpp:140:24: error: cannot convert 'bool' to 'bool*' in assignment >+ Outputs[i].output = false; >+--- src/brainz/brainz.cpp.orig 2017-07-28 12:12:16 UTC >++++ src/brainz/brainz.cpp >+@@ -137,7 +137,7 @@ Brainz::Brainz() >+ >+ // clear Motor Outputs >+ for ( unsigned int i=0; i < numberOfOutputs; i++ ) >+- Outputs[i].output = false; >++ *Outputs[i].output = false; >+ >+ // clear Neurons >+ for ( unsigned int i=0; i < totalNeurons; i++ ) > >Property changes on: files/patch-src_brainz_brainz.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219287
: 184796