Task #879 - added.err

back to task #879
download
Error: CLANG_WARNING:
libwacom-2.12.2-build/libwacom-2.12.2/tools/list-local-devices.c:149:15: warning[deadcode.DeadStores]: Value stored to 'type' during its initialization is never read
#  147|   	for (int i = 0; i < nstyli; i++) {
#  148|   		const WacomStylus *stylus = libwacom_stylus_get_for_id(db, styli[i]);
#  149|-> 		const char *type = "invalid";
#  150|   		WacomAxisTypeFlags axes = libwacom_stylus_get_axes(stylus);
#  151|   		WacomEraserType eraser_type = libwacom_stylus_get_eraser_type(stylus);

Error: CLANG_WARNING:
libwacom-2.12.2-build/libwacom-2.12.2/tools/list-local-devices.c:152:15: warning[deadcode.DeadStores]: Value stored to 'etype' during its initialization is never read
#  150|   		WacomAxisTypeFlags axes = libwacom_stylus_get_axes(stylus);
#  151|   		WacomEraserType eraser_type = libwacom_stylus_get_eraser_type(stylus);
#  152|-> 		const char *etype= "unknown";
#  153|   
#  154|   		switch (libwacom_stylus_get_type(stylus)) {