Skip to content

Revert "build: Enable fatal warnings on gir generation"

Ray Strode requested to merge disable-fatal-warnings into main

This reverts commit 4064e437.

g-ir-scanner is currently failing to find _finish functions that are there, but missing a new annotation to state where they are.

gdbuscodgen isn't adding the annotation because it's too new.

Just turn off fatal warnings for now until that gets mopped up.

Merge request reports