Disabling end-of-loop code not reached warning on SunPro

This commit is contained in:
Nicholas Bastin 2004-06-18 19:57:13 +00:00
parent 89a2dc72b1
commit 9e1bfe7dd9
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include "Python.h"
#ifdef __SUNPRO_C
#pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED)
#endif
typedef PyDictEntry dictentry;
typedef PyDictObject dictobject;