Skip to content

Suppress error 'cast increases required alignment of target type'

Sprite requested to merge SpriteOvO/libgovirt:suppress-error-cast-align into master

Replace the duplicate C flag -Wcast-align with -Wno-error=cast-align to suppress the error cast increases required alignment of target type as a warning.

Fixes #6 (closed).

Edited by Sprite

Merge request reports