w32: Drop a warning suppression pragma we no longer need
Signed-off-by: Ron Koenderink <rkoenderink@gmail.com> Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ca801dec14
commit
3aa4f7404c
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* integral mismatch, due to misuse of sector short */
|
||||
#pragma warning (disable : 4761 )
|
||||
#endif
|
||||
|
||||
/* strings.h */
|
||||
#ifdef _MSC_VER
|
||||
#define strncasecmp(s1, s2, s3) _strnicmp((s1), (s2), (s3))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue