Index: uspace/app/sbi/src/bigint.c
===================================================================
--- uspace/app/sbi/src/bigint.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
+++ uspace/app/sbi/src/bigint.c	(revision 9be2358aadbef3865ee2b3ab546d8b1f56d79cd6)
@@ -379,5 +379,5 @@
 	printf("Convert bigint to string.\n");
 #endif
-	static_assert(BIGINT_BASE >= 10);
+	static_assert(BIGINT_BASE >= 10, "");
 
 	/* Compute number of characters. */
