After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 553820 - gpoll.c: undeclared identifier
gpoll.c: undeclared identifier
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: win32
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-25 19:02 UTC by Kazuki Iwamoto
Modified: 2008-09-25 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for latest gpoll.c (343 bytes, patch)
2008-09-25 19:02 UTC, Kazuki Iwamoto
none Details | Review

Description Kazuki Iwamoto 2008-09-25 19:02:01 UTC
Please describe the problem:
'i' is undeclared identifier at 'poll_rest'.

Steps to reproduce:
1. compile gpoll.c

Actual results:
Following message is displayed.(Visual C++)
gpoll.c(241) : error C2065: 'i' : undeclared identifier

Expected results:
Add 'gint i;'.

Does this happen every time?
Revision 7535 or later

Other information:
Comment 1 Kazuki Iwamoto 2008-09-25 19:02:50 UTC
Created attachment 119383 [details] [review]
patch for latest gpoll.c
Comment 2 Tor Lillqvist 2008-09-25 20:01:08 UTC
Thanks. Was already fixed, just hadn't committed.