[MENTION=167129]margarafefwe[/MENTION] [MENTION=15716]jmnm[/MENTION] pues no me sigue saliendo las mismas advertencias (warning)
Como por ejemplo
Insertar CODE, HTML o PHP:
warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
return *reinterpret_cast<ResultType*>(resultStorage);
Insertar CODE, HTML o PHP:
warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
Insertar CODE, HTML o PHP:
warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
new(valueArray)Array(*reinterpret_cast<const Array*>(other.valueArray));
Insertar CODE, HTML o PHP:
warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
new(valueArray)Array(*reinterpret_cast<const Array*>(other.valueArray));
Insertar CODE, HTML o PHP:
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
(value & 0xfff00000) == ((172 << 24) | (16 << 16)) ||
Insertar CODE, HTML o PHP:
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
(value & 0xffff0000) == ((192 << 24) | (168 << 16));
Insertar CODE, HTML o PHP:
warning: ‘blockIndex’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return blockIndex;