[Pkg-wmaker-commits] [wmcoincoin] 45/87: Fix -Wtype-limits compiler warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcoincoin.

commit cb7d1135f3d760c2ae9368b0cc2290adde9f8511
Author: Doug Torrance <dtorrrance at monmouthcollege.edu>
Date:   Tue Nov 11 12:13:46 2014 -0600

    Fix -Wtype-limits compiler warning.
---
 src/pinnipede.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/pinnipede.c b/src/pinnipede.c
index 6943b4b..b0ba2e6 100644
--- a/src/pinnipede.c
+++ b/src/pinnipede.c
@@ -599,7 +599,11 @@ pv_tmsgi_parse(Pinnipede *pp, Board *board, board_msg_info *mi, int with_seconds
   attr = 0;
 
   if (pv->is_plopified == 3) p = "plop"; /* bienvenue dans le monde de la hard plopification */
+#ifdef NO_BITFIELDS
   assert(pv->is_plopified <= 3);
+#else
+  ;
+#endif
 
   has_initial_space = 1;
   while (p) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list