mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Fix a number of warnings identified by higher clang warning levels
* We enable a couple of high signal-to-noise warnings in all clang builds
This commit is contained in:
@@ -112,13 +112,7 @@
|
||||
}
|
||||
|
||||
// ignore some operators SWIG doesn't have to worry about
|
||||
%ignore SDType::operator=;
|
||||
%ignore StructuredObjectList::swap;
|
||||
%ignore StructuredChunkList::swap;
|
||||
%ignore StructuredObjectList::operator=;
|
||||
%ignore StructuredObjectList::operator=;
|
||||
%ignore StructuredChunkList::operator=;
|
||||
%ignore StructuredBufferList::operator=;
|
||||
%ignore *::operator=;
|
||||
|
||||
// these objects return a new copy which the python caller should own.
|
||||
%newobject SDObject::Duplicate;
|
||||
|
||||
Reference in New Issue
Block a user