Index: uspace/srv/console/console.c
===================================================================
--- uspace/srv/console/console.c	(revision 30885b92b99d4bae510111a9b90bc2b5bf34fe14)
+++ uspace/srv/console/console.c	(revision a405563b24f1a7675853129014154bb04b6758d5)
@@ -174,5 +174,5 @@
 }
 
-int ccap_fb_to_con(int ccap_fb, int *ccap_con)
+static int ccap_fb_to_con(int ccap_fb, int *ccap_con)
 {
 	switch (ccap_fb) {
Index: uspace/srv/devmap/devmap.c
===================================================================
--- uspace/srv/devmap/devmap.c	(revision 30885b92b99d4bae510111a9b90bc2b5bf34fe14)
+++ uspace/srv/devmap/devmap.c	(revision a405563b24f1a7675853129014154bb04b6758d5)
@@ -547,9 +547,9 @@
 	ipc_answer_0(iid, EOK);
 	
-	size_t name_size = str_size(device->name);
-	
 	/* FIXME:
 	 * We have no channel from DEVMAP to client, therefore
 	 * sending must be initiated by client.
+	 *
+	 * size_t name_size = str_size(device->name);
 	 *
 	 * int rc = ipc_data_write_send(phone, device->name, name_size);
Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision 30885b92b99d4bae510111a9b90bc2b5bf34fe14)
+++ uspace/srv/fs/fat/fat_ops.c	(revision a405563b24f1a7675853129014154bb04b6758d5)
@@ -403,5 +403,5 @@
 	fat_bs_t *bs;
 	block_t *b;
-	int i, j;
+	unsigned i, j;
 	uint16_t bps;
 	unsigned dps;
