Changes in src/Validate/Autogen.cpp [7edd5c1:fc134a48]
- File:
-
- 1 edited
-
src/Validate/Autogen.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
r7edd5c1 rfc134a48 402 402 auto retval = srcParam(); 403 403 retval->name = "_ret"; 404 // xxx - Adding this unused attribute can slience unused variable warning 405 // However, some code might not be compiled as expected 406 // Temporarily disabled 407 // retval->attributes.push_back(new ast::Attribute("unused")); 404 408 return genProto( "?=?", { dstParam(), srcParam() }, { retval } ); 405 409 }
Note:
See TracChangeset
for help on using the changeset viewer.