diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
commit | 7ffef14130b8f8e16031338aca4fcfb174d46075 (patch) | |
tree | 9aba657deb87b4bf31d8d2809a69eddcb1ac99c9 /hardinfo2/vendor.c | |
parent | 148870bd0d9197dc4cfc08acf6be0c756d0f06bc (diff) |
Fix all compilation warnings (now being treated as errors).
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 1c5a6d2c..86dba97a 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -159,7 +159,6 @@ void vendor_init(void) const gchar *vendor_get_name(const gchar * id) { GSList *vendor; - int i; if (!id) { return NULL; @@ -179,7 +178,6 @@ const gchar *vendor_get_name(const gchar * id) const gchar *vendor_get_url(const gchar * id) { GSList *vendor; - int i; if (!id) { return NULL; |