mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
meson: Add test to check for strict cast alignments if supported
This commit is contained in:
parent
938a1caf89
commit
e9979b540f
@ -76,7 +76,13 @@ gobject_tests = {
|
||||
'signalgroup' : {},
|
||||
'testing' : {},
|
||||
'type-flags' : {},
|
||||
'objects-refcount1' : {},
|
||||
'objects-refcount1' : {
|
||||
'c_args': cc.get_supported_arguments([
|
||||
'-DG_DISABLE_CAST_CHECKS',
|
||||
'-Werror',
|
||||
'-Wcast-align=strict',
|
||||
]),
|
||||
},
|
||||
'objects-refcount2' : {'suite' : ['slow']},
|
||||
'properties-refcount1' : {},
|
||||
'properties-refcount2' : {'suite' : ['slow']},
|
||||
|
Loading…
Reference in New Issue
Block a user