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