Skip to content

Commit 9bf299c

Browse files
committed
Merge pull request ben-strasser#17 from pi/master
bugfix: unused parameter ‘c’ [-Werror=unused-parameter]
2 parents 646bbe5 + 218affe commit 9bf299c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ namespace io{
710710
template<char ... comment_start_char_list>
711711
struct single_line_comment{
712712
private:
713-
constexpr static bool is_comment_start_char(char c){
713+
constexpr static bool is_comment_start_char(char){
714714
return false;
715715
}
716716

0 commit comments

Comments
 (0)