Modify

#665 closed enhancement (fixed)

Allow bitlbee to build with gcc 3 again

Reported by: James Teh <jamie@…> 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)

fixGcc3.patch (2.2 KB) - added by James Teh <jamie@…> at 2010-08-03T18:59:54Z.
Bazaar merge directive.

Download all attachments as: .zip

Change History (3)

Changed at 2010-08-03T18:59:54Z by James Teh <jamie@…>

Attachment: fixGcc3.patch added

Bazaar merge directive.

comment:1 Changed at 2010-08-03T19:23:06Z by Wilmer van der Gaast <wilmer@…>

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 wilmer

Resolution: fixed
Status: newclosed

That wasn't too hard in the end, and hopefully this fix is just as effective: changeset:devel,636.

Modify Ticket

Action
as closed The owner will remain wilmer.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.