diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-25 15:24:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-25 15:24:30 +0000 |
commit | 2764bdc6ac0a1978f85d8409354ca3a372dca70d (patch) | |
tree | 4e25aa48321c3b7a32cb32348644d33512555e6f /src/pdstring.c | |
parent | 2901926bb180bd6ad866b1bcde0636a9ef7eb1e0 (diff) |
containing strange pragmas to only Microsoft's compiler, they are not needed elsewhere and trigger warnings
svn path=/trunk/externals/moocow/pdstring/; revision=11143
Diffstat (limited to 'src/pdstring.c')
-rw-r--r-- | src/pdstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdstring.c b/src/pdstring.c index fbe7b40..0809938 100644 --- a/src/pdstring.c +++ b/src/pdstring.c @@ -26,8 +26,8 @@ #include <m_pd.h> #include "mooPdUtils.h" -/* black magic */ -#ifdef NT +/* black magic for Microsoft's compiler */ +#ifdef _MSC_VER #pragma warning( disable : 4244 ) #pragma warning( disable : 4305 ) #endif |