⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test_sc.err

📁 H.264完整的C语言代码和DCT的代码
💻 ERR
📖 第 1 页 / 共 2 页
字号:
"D:/Progra~1/Micros~2/VC98/Include\\new.h", line 76: Warning:
  [ISO 3.7.3]: First parameter of 'operator new' should have type 'size_t'.

"D:/working/tools/isim\\vector.hpp", line 96: Warning:
  [ISO 14.7.1]: In instantiation of template 'vector < String >' (at "D:/working/tools/isim\\misc.hpp", line 64).
  [ISO 5.3.1]: Operand of unary '&' should be an lvalue.
  [ISO 5.4]: 'cast < const String & > ( a )' is equivalent to '*cast < const String * > ( &a )'.

"D:/working/tools/isim\\vector.hpp", line 96: Warning:
  [ISO 14.7.1]: In instantiation of template 'vector < T * >' (at "D:/working/tools/isim\\misc.hpp", line 78).
  [ISO 5.3.1]: Operand of unary '&' should be an lvalue.
  [ISO 5.4]: 'cast < T * const & > ( a )' is equivalent to '*cast < T * const * > ( &a )'.

"D:/working/tools/isim/isimhostdll2\\sc_streamraw.hpp", line 48: Warning:
  [Syntax]: Extra comma at end of list.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 800: Warning:
  [ISO 3.9]: The type '__im_cistream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 843: Warning:
  [ISO 3.9]: The type '__im_costream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 868: Warning:
  [ISO 3.9]: The type '__im_cistream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 922: Warning:
  [ISO 3.9]: The type '__im_costream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 963: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 967: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 971: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1011: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1015: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1019: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1059: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1063: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1067: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1107: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1111: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2\\idb_types.hpp", line 1115: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/Progra~1/Micros~2/VC98/Include\\new.h", line 76: Warning:
  [ISO 3.7.3]: First parameter of 'operator new' should have type 'size_t'.

"D:/working/tools/isim\\vector.hpp", line 96: Warning:
  [ISO 14.7.1]: In instantiation of template 'vector < unsigned int >' (at "D:/working/tools/common.hpp", line 93).
  [ISO 5.3.1]: Operand of unary '&' should be an lvalue.
  [ISO 5.4]: 'cast < const unsigned int & > ( a )' is equivalent to '*cast < const unsigned int * > ( &a )'.

"D:/Progra~1/Micros~2/VC98/Include\\new.h", line 76: Warning:
  [ISO 3.7.3]: First parameter of 'operator new' should have type 'size_t'.

"D:/working/tools/isim\\vector.hpp", line 96: Warning:
  [ISO 14.7.1]: In instantiation of template 'vector < String >' (at "D:/working/tools/isim\\misc.hpp", line 64).
  [ISO 5.3.1]: Operand of unary '&' should be an lvalue.
  [ISO 5.4]: 'cast < const String & > ( a )' is equivalent to '*cast < const String * > ( &a )'.

"D:/working/tools/isim\\vector.hpp", line 96: Warning:
  [ISO 14.7.1]: In instantiation of template 'vector < T * >' (at "D:/working/tools/isim\\misc.hpp", line 78).
  [ISO 5.3.1]: Operand of unary '&' should be an lvalue.
  [ISO 5.4]: 'cast < T * const & > ( a )' is equivalent to '*cast < T * const * > ( &a )'.

"D:/working/tools/isim/isimhostdll2/sc_streamraw.hpp", line 48: Warning:
  [Syntax]: Extra comma at end of list.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 800: Warning:
  [ISO 3.9]: The type '__im_cistream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 843: Warning:
  [ISO 3.9]: The type '__im_costream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 868: Warning:
  [ISO 3.9]: The type '__im_cistream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 922: Warning:
  [ISO 3.9]: The type '__im_costream_w_ccs < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 963: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 967: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 971: Warning:
  [ISO 3.9]: The type '__im_idx_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1011: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1015: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1019: Warning:
  [ISO 3.9]: The type '__im_idx_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1059: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1063: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1067: Warning:
  [ISO 3.9]: The type '__im_idxl_istream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1107: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1111: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_types.hpp", line 1115: Warning:
  [ISO 3.9]: The type '__im_idxl_ostream < T >' is incomplete.
  [ISO 8.3.5]: Function return type should be a complete object type or 'void'.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 452: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uint' to type 'im_int'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 454: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_uhalf2' to type 'im_half2'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 456: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_ubyte4' to type 'im_byte4'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 456: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_ubyte4' to type 'im_byte4'.
  [ISO 6.6.3]: 'return' value is converted to function return type.

"D:/working/tools/isim/isimhostdll2/idb_kernelc.cpp", line 456: Warning:
  [ISO 5.4]: Illegal conversion from type 'im_ubyte4' to type 'im_byte4'.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -