The macro 'false' is only defined if stdbool.h is included, which it
isn't in this file, so use 0 instead.
---
 lib/util/macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util/macros.h b/lib/util/macros.h
index 1f651a7..d1c437d 100644
--- a/lib/util/macros.h
+++ b/lib/util/macros.h
@@ -8,7 +8,7 @@
         case (pred):              \
             break;                \
         }                         \
-    } while (false)
+    } while (0)
 
 /**
     @brief Test if the unsigned integer type @p container_type is able
-- 
2.4.5


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to