From: Lars Gullik Bjønnes Date: Thu, 6 Jul 2006 08:18:51 +0000 (+0000) Subject: Remove quite a few compiler warnings: X-Git-Tag: 1.6.10~13007 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1afb2a6b05b22c681aa21780134d3ed922f9498f;hp=1afb2a6b05b22c681aa21780134d3ed922f9498f;p=lyx.git Remove quite a few compiler warnings: - Change unsigned -> signed - Change signed -> unsigned - Add a cast or two (really few of those) - Remove/comment out unused variables - Comment out unused arguments - Add missing cases to switches. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14344 a592a061-630c-0410-9148-cb99ea01b6c8 ---