Opened at 2010-08-03T18:58:18Z
Closed at 2010-08-04T19:46:10Z
#665 closed enhancement (fixed)
Allow bitlbee to build with gcc 3 again
Reported by: | Owned by: | wilmer | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Yahoo | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Other |
OS version/distro: |
Description
changeset:devel,524.5.3 changed protocols/yahoo/Makefile, adding -Wno-pointer-to-int-cast to CFLAGS. Unfortunately, this option isn't present in gcc 3.x, which is still the default gcc on some silly systems such as Cygwin. It'd be nice if this could be reverted to restore building with gcc 3.
Marking as enhancement because some might not consider lack of support for gcc 3 to be a bug. :)
Attachments (1)
Change History (3)
Changed at 2010-08-03T18:59:54Z by
Attachment: | fixGcc3.patch added |
---|
comment:1 Changed at 2010-08-03T19:23:06Z by
Hey James! Glad to see you around here, still/again. :-)
Damn it. gcc thinks it knows better than me and I know what I'm doing with this cast (it isn't a pointer and it's always small enough to fit into an int variable).
I'll see what's the right way to shut it up. :-(
comment:2 Changed at 2010-08-04T19:46:10Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
That wasn't too hard in the end, and hopefully this fix is just as effective: changeset:devel,636.
Bazaar merge directive.