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