From 713b83f7b406858269863d92865b715470d6335c Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 10 Jun 2014 20:27:13 +0000 Subject: Added the following compiler flags: * -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition --- src/htsrobots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htsrobots.c') diff --git a/src/htsrobots.c b/src/htsrobots.c index e7656b3..dac9400 100644 --- a/src/htsrobots.c +++ b/src/htsrobots.c @@ -60,7 +60,7 @@ int checkrobots(robots_wizard * robots, const char *adr, const char *fil) { return -1; // interdit } } else { // relatif - if (strstrcase((char*) fil, line)) { + if (strstrcase(fil, line)) { return -1; } } -- cgit v1.2.3