mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r6722] Purpose:
removed specific code warrior debugging information Platforms tested: code warrior Misc. update:
This commit is contained in:
parent
8203a4ce4e
commit
48d942b756
@ -218,9 +218,7 @@ test_tr1(hid_t file)
|
|||||||
if (H5Tenum_insert(m_type, "WHITE", CPTR(eval, E1_WHITE))<0) goto error;
|
if (H5Tenum_insert(m_type, "WHITE", CPTR(eval, E1_WHITE))<0) goto error;
|
||||||
if (H5Tenum_insert(m_type, "BLACK", CPTR(eval, E1_BLACK))<0) goto error;
|
if (H5Tenum_insert(m_type, "BLACK", CPTR(eval, E1_BLACK))<0) goto error;
|
||||||
|
|
||||||
#if !defined (__WATCOMC__) || !defined(__MWERKS__)
|
|
||||||
assert(sizeof(c_e1)==sizeof(int));
|
|
||||||
#endif /* __WATCOMCC__ */
|
|
||||||
if ((f_type = H5Tcreate(H5T_ENUM, sizeof(c_e1)))<0) goto error;
|
if ((f_type = H5Tcreate(H5T_ENUM, sizeof(c_e1)))<0) goto error;
|
||||||
if (H5Tenum_insert(f_type, "RED", CPTR(ival, 105))<0) goto error;
|
if (H5Tenum_insert(f_type, "RED", CPTR(ival, 105))<0) goto error;
|
||||||
if (H5Tenum_insert(f_type, "GREEN", CPTR(ival, 104))<0) goto error;
|
if (H5Tenum_insert(f_type, "GREEN", CPTR(ival, 104))<0) goto error;
|
||||||
|
Loading…
Reference in New Issue
Block a user