Opened 13 years ago
Closed 13 years ago
#66 closed task (fixed)
error: taking address of temporary
Reported by: | Owned by: | Peter Baumann | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | applications | Version: | 8.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Compile Error with gcc-4.6
/* qtinsert.cc:145:114: error: taking address of temporary [-fpermissive] */ --- ./qlparser/qtinsert.cc.orig 2011-08-27 14:37:45.784616946 +0200 +++ ./qlparser/qtinsert.cc 2011-08-27 14:53:13.673981450 +0200 @@ -143,5 +143,6 @@ } - if (!persColl->getCollectionType()->getMDDType()->compatibleWithDomain(&(sourceObj->getDefinitionDomain()))) { + r_Minterval str_compatible_widthdomain = sourceObj->getDefinitionDomain(); + if (!persColl->getCollectionType()->getMDDType()->compatibleWithDomain(&str_compatible_widthdomain)) { // free resources persColl->releaseAll();
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | rasdaman-gcc46-fpermissive.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
gcc-4.6 fpermissive Patch