[Bug 1183] New: fix non-virtual thunks in database
[email protected] Mon, 30 Jan 2006 02:55:02 -0500
| Newsgroups | gmane.linux.lsb.specification |
|---|---|
| Message-ID | <[email protected]> |
non-virtual thunks are compiler-generated functions, but some are listed as 'Data' in the database, leading to warnings when generating stub libraries. The following SQL command fixes this, please apply to the master database: update Interface set Itype = 'Function' where Iname like '_ZThn%' -- Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.