filename | src/test/testlxpaths.c |
changeset | 1298:d0eb2307b847 |
prev | 1296:30ecee61f811 |
author | nkeynes |
date | Wed Feb 04 08:38:23 2015 +1000 (5 years ago) |
permissions | -rw-r--r-- |
last change | Fix assorted compile warnings reported by Clang |
file | annotate | diff | log | raw |
1.1 --- a/src/test/testlxpaths.c Sat Jan 26 14:00:48 2013 +10001.2 +++ b/src/test/testlxpaths.c Wed Feb 04 08:38:23 2015 +10001.3 @@ -22,7 +22,7 @@1.4 #include <glib.h>1.5 #include "lxpaths.h"1.7 -char *lxdream_get_global_config_path_value() { }1.8 +char *lxdream_get_global_config_path_value() { return NULL; }1.9 void log_message( void *ptr, int level, const gchar *source, const char *msg, ... ) { }1.11 struct expanded_path_case_t {
.