Index: uspace/app/binutils/toolchain.sh
===================================================================
--- uspace/app/binutils/toolchain.sh	(revision 1916d1fd1c0feafd9e0421a202df554bc05db806)
+++ uspace/app/binutils/toolchain.sh	(revision 50fc4904dce3f2a588c52ed4700963b7b029dafd)
@@ -95,11 +95,8 @@
 		echo '			sed '\'s/ [ ]*/ /g\''`"'
 					# Add flags:
-					# -Wno-type-limits
-					#		HelenOS pid_t is unsigned
-					#		while on most systems it is signed.
 					# -Wno-shadow
 					#		Silents the warning caused by 
 					#		harmless bug in ld/ldlang.h and ld/ldlex.c.
-		echo '		GCC_ARGS="$GCC_ARGS -Wno-type-limits -Wno-shadow"'
+#		echo '		GCC_ARGS="$GCC_ARGS -Wno-shadow"'
 		echo '		echo' \'"$2"\' '"$GCC_ARGS"' \'"$CFLAGS"\'
 		echo "		$2" '$GCC_ARGS' "$CFLAGS"
