summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-camera-list.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-camera-list.c b/tests/test-camera-list.c
index fd0da7fc3..93835a850 100644
--- a/tests/test-camera-list.c
+++ b/tests/test-camera-list.c
@@ -205,7 +205,9 @@ main (int argc, char *argv[])
} else if (count == 0) {
/* Copied from gphoto2-abilities-list.c gp_abilities_list_load() */
const char *camlib_env = getenv(CAMLIBDIR_ENV);
- const char *camlibs = (camlib_env != NULL)?camlib_env:CAMLIBS;
+ /*
+ * const char *camlibs = (camlib_env != NULL)?camlib_env:CAMLIBS;
+ */
printf("No camera drivers (camlibs) found in camlib dir:\n"
" CAMLIBS='%s', default='%s', used=%s\n",