Age | Commit message (Collapse) | Author | Files | Lines |
|
XtRemoveRawEventHandler.c:396:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Error message handler was invoked %d times");
^
XtRemoveRawEventHandler.c:401:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Warning message handler was invoked %d times");
^
XtRemoveRawEventHandler.c:478:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Error message handler was invoked %d times");
^
XtRemoveRawEventHandler.c:483:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Warning message handler was invoked %d times");
^
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
|
|
XtRemoveEventHandler.c:458:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Error message handler was invoked %d times");
^
XtRemoveEventHandler.c:463:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Warning message handler was invoked %d times");
^
XtRemoveEventHandler.c:540:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Error message handler was invoked %d times");
^
XtRemoveEventHandler.c:545:3: warning: format '%d' expects a matching 'int' argument [-Wformat=]
sprintf(ebuf, "ERROR: Warning message handler was invoked %d times");
^
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
|
|
If an installed xtest is run, the user does not normally have write
access to the test directory. Writing intermediate files and results
directly to the results directory avoids a number of spurious FAILs and
UNRESOLVEDs.
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Peter Harris <pharris@opentext.com>
|
|
Signed-off-by: Peter Harris <pharris@opentext.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
sed -e "s/\([ ]\)(void) \(.*\)/\1\2/"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
|
|
|
|
|
|
|
|
|
|
The tset directory was mostly useless and causes extra baggage if the
scenario files are going to be used on an installed package. The test
directories are now flattened into xts5.
|