Cppcheck: Fixed another bunch of warnings

This commit is contained in:
heckflosse
2016-10-13 01:34:02 +02:00
parent e98bd47487
commit 172ab63b85
11 changed files with 44 additions and 44 deletions

View File

@@ -25,6 +25,7 @@ RawImage::RawImage( const Glib::ustring &name )
, filename(name)
, profile_data(NULL)
, allocation(NULL)
, rotate_deg(0)
{
memset(maximum_c4, 0, sizeof(maximum_c4));
RT_matrix_from_constant = 0;