Actions
Bug #1888
openFunction pointers with different types are not aliased
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
10/10/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
If the type of function pointer is void()
(i.e. a function that takes any number of arguments, contrary to void(void)
), it can't be aliased with another function.
Type t1 is void () Type t2 is void (struct slave_item **dll@dll_insert_slave )
No data to display
Actions