libxkbcommon/test
Ran Benita d1e39c111e test/atom: use correct format specifier for size_t
From MSVC:

test\atom.c(98): note: consider using '%zu' in the format string
test\atom.c(98): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
test\atom.c(100): note: consider using '%zu' in the format string
test\atom.c(100): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
test\atom.c(114): note: consider using '%zu' in the format string
test\atom.c(114): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
test\atom.c(128): note: consider using '%zu' in the format string
test\atom.c(128): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
test\atom.c(130): note: consider using '%zu' in the format string
test\atom.c(130): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t'
test\atom.c(137): note: consider using '%zu' in the format string
test\atom.c(137): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'

Signed-off-by: Ran Benita <ran@unusedvar.com>
2019-12-28 14:13:52 +02:00
..
data rules: add include statements to rules files 2019-12-24 09:50:03 +02:00
.gitignore test: add a tool to test-compile all LVO combinations from xkeyboard-config 2018-08-21 11:30:45 +10:00
atom.c test/atom: use correct format specifier for size_t 2019-12-28 14:13:52 +02:00
buffercomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
common.c Open files in binary mode 2019-12-28 13:49:40 +02:00
compose.c Open files in binary mode 2019-12-28 13:49:40 +02:00
context.c test/context: use a more portable directory-exists check 2019-12-27 15:47:49 +02:00
evdev-scancodes.h test: make most tests portable by copying linux/input.h locally 2014-09-06 11:29:15 +03:00
filecomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
interactive-evdev.c Open files in binary mode 2019-12-28 13:49:40 +02:00
interactive-wayland.c build: include config.h manually 2019-12-27 13:09:11 +02:00
interactive-x11.c build: include config.h manually 2019-12-27 13:09:11 +02:00
keymap.c build: include config.h manually 2019-12-27 13:09:11 +02:00
keyseq.c build: include config.h manually 2019-12-27 13:09:11 +02:00
keysym.c build: include config.h manually 2019-12-27 13:09:11 +02:00
log.c Only add GCC diagnostic pragmas when compiler is GCC compatible 2019-12-27 15:20:25 +02:00
print-compiled-keymap.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rmlvo-to-kccgst.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rmlvo-to-keymap.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rules-file-includes.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rules-file.c build: include config.h manually 2019-12-27 13:09:11 +02:00
rulescomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
state.c build: include config.h manually 2019-12-27 13:09:11 +02:00
stringcomp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
symbols-leak-test.bash travis: improve configuration and add macOS 2019-07-25 14:34:17 +03:00
test.h state: allow different modes for calculating consumed modifiers 2016-10-31 12:52:26 +02:00
utf8.c build: include config.h manually 2019-12-27 13:09:11 +02:00
x11.c build: include config.h manually 2019-12-27 13:09:11 +02:00
x11comp.c build: include config.h manually 2019-12-27 13:09:11 +02:00
xkeyboard-config-test.py.in test: xkeyboard-config: bring back the progress bar 2019-11-01 10:45:43 +02:00