diff options
Diffstat (limited to '')
-rw-r--r-- | src/httpget.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/httpget.cpp b/src/httpget.cpp index 0356874..369f27b 100644 --- a/src/httpget.cpp +++ b/src/httpget.cpp | |||
@@ -34,11 +34,12 @@ void Bu::HttpGet::get() | |||
34 | // sSrv.read( | 34 | // sSrv.read( |
35 | } | 35 | } |
36 | 36 | ||
37 | size_t Bu::HttpGet::read( void *pBuf, size_t nBytes ) | 37 | size_t Bu::HttpGet::read( void * /*pBuf*/, size_t /*nBytes*/ ) |
38 | { | 38 | { |
39 | return 0; | ||
39 | } | 40 | } |
40 | 41 | ||
41 | size_t Bu::HttpGet::write( const void *pBuf, size_t nBytes ) | 42 | size_t Bu::HttpGet::write( const void * /*pBuf*/, size_t /*nBytes*/ ) |
42 | { | 43 | { |
43 | return 0; | 44 | return 0; |
44 | } | 45 | } |