Blob Blame History Raw
--- curlpp-0.7.3.orig/examples/example21.cpp	2009-12-05 17:33:38.000000000 -0600
+++ curlpp-0.7.3/examples/example21.cpp	2014-06-10 20:45:33.917603388 -0500
@@ -48,6 +48,7 @@
 
 char *data = NULL;
 
+__attribute__((unused))
 size_t readData(char *buffer, size_t size, size_t nitems)
 {
   strncpy(buffer, data, size * nitems);