src/basho_bench_driver_cassandra_cql.erl:150: Warning: function hex/1 is unused
src/basho_bench_driver_cassandra_cql.erl:155: Warning: function bin_to_hexstr/1 is unused
@slfritchie thanks - I removed the (now unused) functions - passing binaries as parameters, rather than embedding the hex in strings in the query text removed the need for them.
Doug, I see a couple of new warnings: