WarnLib: New library for testing API that emits warnings
authorColin Walters <walters@verbum.org>
Sun, 2 Dec 2012 17:15:53 +0000 (12:15 -0500)
committerColin Walters <walters@verbum.org>
Sun, 2 Dec 2012 21:25:02 +0000 (16:25 -0500)
commit97b30ae5e77d5e36d127d02b247d6d41b8e1c8c3
tree5e038984d7b6586a747b06dd2476079b68587f80
parentceb84d1e084b8048b2abb81d1e1ebe600f00d00e
WarnLib: New library for testing API that emits warnings

Both GIMarshallingTests and Regress right now use --warn-error; but
in some cases (e.g. GErrors without a corresponding enum), we still
want bindings to support the functionality.

So add this new library where we can add C API that emits
introspection warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=689488
tests/scanner/Makefile.am
tests/scanner/regress.c
tests/scanner/warnlib.c [new file with mode: 0644]
tests/scanner/warnlib.h [new file with mode: 0644]