21 lines
1.9 KiB
Plaintext
Executable File
21 lines
1.9 KiB
Plaintext
Executable File
# List of signatures that are known to have parsing issues, and should .: not generate any new warnings.
|
|
# This is not intended to hide bugs, or unsupported formats.
|
|
# Use this file to just ignore borken signatures output by the linker that are incorrect.
|
|
#
|
|
# This file format supports comments only on entire lines. Comments are optional whitespace, followed by hash.
|
|
#
|
|
|
|
|
|
|
|
# The following two signatures have unbalanced parenthesis, so the PS4 linker is definitely doing something wrong.
|
|
|
|
rage::mvNode::MoveNodeTypeInfo::MoveNodeTypeInfo(mvNode::eMoveNodes,crmtNode::eNodes,crmtNode*(*)(mvNodeDef const*,mvCreateContext*),void(*)(mvNodeDef*,fiStream*),u32(*)(mvNodeDef const*),void(*(*)(crmtNode*,u16))(mvParameterBuffer*,crmtNode*,u32,u32))(mvParameterBuffer*,crmtNode*,u32,u32),void(*(*)(crmtNode*,u16))(void*,crmtNode*,u32))(void*,crmtNode*,u32),mvParameter::ParamType(*)(crmtNode*,u16),void(*(*)(crmtNode*,u16))(mvParameterBuffer*,crmtNode*,u32,u32))(mvParameterBuffer*,crmtNode*,u32,u32),u32(*)(crmtNode*,u16))
|
|
|
|
rage::mvNode::MoveNodeTypeInfo::MoveNodeTypeInfo(mvNode::eMoveNodes,crmtNode::eNodes,crmtNode*(*)(mvNodeDef const*,mvCreateContext*),void(*)(mvNodeDef*,fiStream*),u32(*)(mvNodeDef const*),void(*(*)(crmtNode*,u16))(mvParameterBuffer*,crmtNode*,u32,u32))(mvParameterBuffer*,crmtNode*,u32,u32),void(*(*)(crmtNode*,u16))(void*,crmtNode*,u32))(void*,crmtNode*,u32),mvParameter::ParamType(*)(crmtNode*,u16),void(*(*)(crmtNode*,u16))(mvParameterBuffer*,crmtNode*,u32,u32))(mvParameterBuffer*,crmtNode*,u32,u32),u32(*)(crmtNode*,u16))
|
|
|
|
|
|
|
|
# This one doesn't suffer from unbalanced parenthesis, but still makes no sense afaict (also from the PS4 linker).
|
|
|
|
CTestTask*(*&rage::atMap<char const*,CTestTask*(*)(),rage::atMapHashFn<char const*>,rage::atMapEquals<char const*>,rage::atMapMemory<char const*,CTestTask*(*)()>>::operator[]<char const*>(char const*const&))()
|