blob: 5da67e9a7ad9c37a69a74fb4505506cfe9fbbdea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- newstr.c.orig 2014-08-07 15:39:56.000000000 +0200
+++ newstr.c 2014-08-07 15:40:34.000000000 +0200
@@ -82,6 +82,7 @@
void
freestr( const char *s )
{
+ (void)s; // is this supposed to be free(s); ?
}
/*
|