Skip to content

Commit 2825aa3

Browse files
author
Nat!
committed
less _WIN64 warnings (a new hope)
1 parent 5648383 commit 2825aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mulle-objc-signature.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ static int types_are_compatible( char *a, size_t a_len,
11991199
//
12001200
}
12011201

1202-
return( ! strncmp( a, b, (int) (a_len < b_len ? a_len : b_len)));
1202+
return( ! strncmp( a, b, _len < b_len ? a_len : b_len));
12031203
}
12041204

12051205

0 commit comments

Comments
 (0)