Index: uspace/lib/bithenge/expression.c
===================================================================
--- uspace/lib/bithenge/expression.c	(revision 6a97f2ea3c4f71172cab225715f56c5b882ffe26)
+++ uspace/lib/bithenge/expression.c	(revision 67edca69a038665959589f23a2314f2ab2b74c4b)
@@ -106,4 +106,5 @@
 
 	/* Check types and get values. */
+	/* Assigning 0 only to make the compiler happy. */
 	bithenge_int_t a_int = 0, b_int = 0;
 	bool a_bool = false, b_bool = false, out_bool = false;
