Go to file
Jan Engelhardt f8301ebc56 xkbscan: resolve build warning/rpmlint error
xkbscan.l: In function 'setScanState':
xkbscan.l:201:1: warning: control reaches end of non-void function
I: Program returns random data in a function
E: libxkbcommon no-return-in-nonvoid-function xkbscan.l:201

Change return type of setScanState to void, since a return value is
never used by its callers.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-11-11 23:27:21 +01:00
include Restore compatible action structs 2010-10-20 15:57:45 -04:00
m4 build: use AC_CONFIG_MACRO_DIR as per libtoolize warning 2010-11-11 23:21:34 +01:00
src xkbscan: resolve build warning/rpmlint error 2010-11-11 23:27:21 +01:00
test Use flex for generating the scanner, add support for parsing from strings 2010-10-20 14:03:53 -04:00
.gitignore Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00
COPYING Initial autotools commit 2009-03-19 10:47:15 -07:00
Makefile.am build: use AC_CONFIG_MACRO_DIR as per libtoolize warning 2010-11-11 23:21:34 +01:00
autogen.sh build: use proper quoting in autogen.sh 2010-11-11 23:21:36 +01:00
configure.ac build: run autoupdate 2010-11-11 23:21:36 +01:00
xkbcommon.pc.in Pull in a few #defines from libxkbfile and lower kbproto requirement 2010-08-25 14:51:52 -04:00