diff options
author | Simon van der Linden <svdlinden@src.gnome.org> | 2010-01-05 13:36:44 +0100 |
---|---|---|
committer | Simon van der Linden <svdlinden@src.gnome.org> | 2010-01-05 13:36:44 +0100 |
commit | 4db68b958ea11bd2c3a88067cae03fd6bdd1d24b (patch) | |
tree | 174b5965caac598c10de6a783e7efc75e6a70c6b /gi/pygobject-external.h | |
parent | 8ddcbca0e98e0b0c082170a2b2b6cfcbd7864b40 (diff) | |
download | pygi-4db68b958ea11bd2c3a88067cae03fd6bdd1d24b.tar.gz pygi-4db68b958ea11bd2c3a88067cae03fd6bdd1d24b.tar.xz pygi-4db68b958ea11bd2c3a88067cae03fd6bdd1d24b.zip |
Suppress compilation warnings
Diffstat (limited to 'gi/pygobject-external.h')
-rw-r--r-- | gi/pygobject-external.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygobject-external.h b/gi/pygobject-external.h index 6dc63a5..9e9965b 100644 --- a/gi/pygobject-external.h +++ b/gi/pygobject-external.h @@ -32,7 +32,7 @@ static PyTypeObject *_PyGTypeWrapper_Type; #define PyGObject_Type (*_PyGObject_Type) #define PyGTypeWrapper_Type (*_PyGTypeWrapper_Type) - +__attribute__((unused)) static int _pygobject_import (void) { |