Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-19 00:25:09 (GMT)
committer Andreas Rottmann <a.rottmann@gmx.at>2009-03-19 00:25:09 (GMT)
commitbec176d20df2f0e25a0f3dc84a3dbe3edeecd65f (patch)
tree5248f71005734fbc66e7c535ede87d1776a2c4cb /tests/scanner/annotation.c
parent23e6fa6993c046de032598127ea48d4a7ee00935 (diff)
Some small cosmetic tweaks
* Fix compiler warnings: - Missing return value in annotation-testing code - Fix two function declarations to have a (void) parameter list -- this is not C++ ;-) * Add tools/g-ir-scanner to .gitignore, as it's now generated
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 7c25d9a..cbc9244 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -618,6 +618,7 @@ annotation_object_extra_annos (AnnotationObject *object)
char *
annotation_get_source_file (void)
{
+ return NULL;
}
/**