examples: declare TU-local variables static

This fixes missing-variable-declarations warnings when building with
clang.
This commit is contained in:
Marcel Raad 2017-04-30 23:29:31 +02:00
parent dc9e4859bb
commit c23177d5e9
No known key found for this signature in database
GPG key ID: B4668817AE6D6CD4
5 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@
#include <string.h>
#include <curl/curl.h>
const char data[]="this is what we post to the silly web server";
static const char data[]="this is what we post to the silly web server";
struct WriteThis {
const char *readptr;