View Issue Details

IDProjectCategoryView StatusLast Update
0000102Ecere SDKcompilerpublic2014-07-11 18:21
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000102: An extra & is added when assigning pointer to a nohead class struct to an object, when inside brackets
Description      MapNode node1;
      struct MapNode * temp1;
      node1 = (temp1); // Shouldn't add a &

TagsNo tags attached.

Activities

jerome

2014-07-10 22:41

administrator   ~0001364

As of https://github.com/ecere/ecere-sdk/commit/a387a8fe8d966a3a1d1375e2e6901af933e50910

this no longer happens, but a warning is being generated:

 warning: incompatible expression temp1 (ecere::com::MapNode *); expected ecere::com::MapNode

Issue History

Date Modified Username Field Change
2008-07-23 17:20 jerome New Issue
2012-03-08 16:51 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2014-07-10 22:41 jerome Note Added: 0001364
2014-07-11 18:21 jerome Target Version 0.45 Ginkakuji => 0.46 eC II