Age | Commit message (Collapse) | Author |
|
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-virtual dest
|
|
|
|
|
|
commented
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thought from Nat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llphysics_extension hack is in place
|
|
llphysics_extensions that remove the unusd variables (and therefore warnings/errors) - see TODO list
|
|
|
|
not name a non-static data member or base class
|
|
|
|
|
|
|
|
[-Wunused-variable]
|
|
|
|
not name a non-static data member or base class - already initialized in parent class
|
|
|
|
|
|
conditional without parentheses
|
|
does not name a non-static data member or base class - already initialized in parent class llCharacter
|
|
|
|
[-Wunused-const-variable] and member variables
|
|
|