Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 809056
Collapse All | Expand All

(-)a/meson.build (-1 / +1 lines)
Lines 39-45 if cc.get_id() == 'gcc' or cc.get_id() == 'clang' Link Here
39
        '-Werror=sequence-point',
39
        '-Werror=sequence-point',
40
        '-Werror=return-type',
40
        '-Werror=return-type',
41
        '-Werror=trigraphs',
41
        '-Werror=trigraphs',
42
        '-Werror=array-bounds',
42
        # '-Werror=array-bounds',
43
        '-Werror=write-strings',
43
        '-Werror=write-strings',
44
        '-Werror=address',
44
        '-Werror=address',
45
        '-Werror=int-to-pointer-cast',
45
        '-Werror=int-to-pointer-cast',

Return to bug 809056