Disabling end-of-loop code not reached warning on SunPro
This commit is contained in:
parent
89a2dc72b1
commit
9e1bfe7dd9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue