mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Disabling end-of-loop code not reached warning on SunPro
This commit is contained in:
parent
89a2dc72b1
commit
9e1bfe7dd9
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue