Opened 11 years ago

#6643 new Bugs

token_functions.hpp warning: unused parameters

Reported by: nealgmeyer@… Owned by: jsiek
Milestone: To Be Determined Component: tokenizer
Version: Boost 1.49.0 Severity: Cosmetic
Keywords: Cc:

Description

/boost/include/boost/token_functions.hpp:312:33: warning: unused parameter 'b' [-Wunused-parameter,3]

static void assign(Iterator b, Iterator e, Token & t) { }

/boost/include/boost/token_functions.hpp:312:45: warning: unused parameter 'e' [-Wunused-parameter,3]

static void assign(Iterator b, Iterator e, Token & t) { }

/boost/include/boost/token_functions.hpp:312:56: warning: unused parameter 't' [-Wunused-parameter,3]

static void assign(Iterator b, Iterator e, Token & t) { }

Attachments (1)

token_functions.hpp.patch (558 bytes ) - added by nealgmeyer@… 11 years ago.
patch to fix warnings

Download all attachments as: .zip

Change History (1)

by nealgmeyer@…, 11 years ago

Attachment: token_functions.hpp.patch added

patch to fix warnings

Note: See TracTickets for help on using tickets.