mirror of https://github.com/swig/swig
9 lines
809 B
Plaintext
9 lines
809 B
Plaintext
cpp_template_friend.i:4: Warning 302: Redefinition of identifier 'template_friend1' ignored,
|
|
cpp_template_friend.i:3: Warning 302: previous definition of 'template_friend1'.
|
|
cpp_template_friend.i:13: Warning 302: Redefinition of identifier 'template_friend2' ignored,
|
|
cpp_template_friend.i:9: Warning 302: previous definition of 'template_friend2'.
|
|
cpp_template_friend.i:17: Warning 322: Redundant redeclaration of identifier 'normal_friend1' as normal_friend1(int) ignored,
|
|
cpp_template_friend.i:16: Warning 322: previous declaration of 'normal_friend1' as normal_friend1(int).
|
|
cpp_template_friend.i:26: Warning 322: Redundant redeclaration of identifier 'normal_friend2' as normal_friend2(int) ignored,
|
|
cpp_template_friend.i:22: Warning 322: previous declaration of 'normal_friend2' as normal_friend2(int).
|