Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Aug 2004 16:58:49 -0700
From:      Sean McNeil <sean@mcneil.com>
To:        freebsd-gnome@freebsd.org
Subject:   palm/gnomepilot2 patches for gcc 3.4.2
Message-ID:  <1091491129.61503.5.camel@server.mcneil.com>

next in thread | raw e-mail | index | archive | help

--=-AeLJ1KD7lkNw4p/SxeLQ
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

I've taken the time to create patches to palm/gnomepilot2 so it will
compile on -CURRENT.  Hope others find it useful.

gcc 3.4.2 gives errors for labels at the end of a block, so all the
routines that had:

 error:
}

had to be modified to

 error:
	return;
}

Cheers,
Sean



--=-AeLJ1KD7lkNw4p/SxeLQ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1091491129.61503.5.camel>