gnome-games r8641 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8641 - trunk/libgames-support
- Date: Tue, 3 Feb 2009 15:50:48 +0000 (UTC)
Author: chpe
Date: Tue Feb 3 15:50:48 2009
New Revision: 8641
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8641&view=rev
Log:
Remove unnecessary packed attribute; fixes build with -Wpacked.
Modified:
trunk/libgames-support/games-card.h
Modified: trunk/libgames-support/games-card.h
==============================================================================
--- trunk/libgames-support/games-card.h (original)
+++ trunk/libgames-support/games-card.h Tue Feb 3 15:50:48 2009
@@ -48,7 +48,7 @@
guint8 face_down : 1;
guint8 suit : 2;
guint8 rank : 4;
- } GNOME_GAMES_GNUC_PACKED attr;
+ } attr;
} GNOME_GAMES_GNUC_PACKED Card;
typedef int _games_card_size_assert[sizeof (Card) == sizeof (guint8) ? 1 : -1]; /* static assertion */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]