10.07.2015 Views

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

MPLAB® C30 C 编译器用户指南

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MPLAB <strong>C30</strong> C 编 译 器 诊 断Pparameter has incomplete type函 数 参 数 为 不 完 全 类 型 。parameter names (without types) in function declaration函 数 声 明 列 出 了 参 数 的 名 字 , 但 没 有 指 定 参 数 的 类 型 。parameter points to incomplete type函 数 参 数 指 向 不 完 全 类 型 。parameter ‘identifier’ points to incomplete type指 定 的 函 数 参 数 指 向 不 完 全 类 型 。passing arg ‘number’ of ‘name’ as complex rather than floating due to prototype原 型 将 参 数 “number” 声 明 为 复 数 , 但 使 用 了 float, 因 此 编 译 器 将 其 转 换 为 复 数 以 符合 原 型 。passing arg ‘number’ of ‘name’ as complex rather than integer due to prototype原 型 将 参 数 “number” 声 明 为 复 数 , 但 使 用 了 整 型 值 , 因 此 编 译 器 将 其 转 换 为 复 数 以符 合 原 型 。passing arg ‘number’ of ‘name’ as floating rather than complex due to prototype原 型 将 参 数 “number” 声 明 为 float, 但 使 用 了 复 数 值 , 因 此 编 译 器 将 其 转 换 为 float型 以 符 合 原 型 。passing arg ‘number’ of ‘name’ as ‘float’ rather than ‘double’ due to prototype原 型 将 参 数 “number” 声 明 为 float, 但 使 用 了 double 值 , 因 此 编 译 器 将 其 转 换 为float 以 符 合 原 型 。passing arg ‘number’ of ‘name’ as floating rather than integer due to prototype原 型 将 参 数 “number” 声 明 为 float, 但 使 用 了 整 型 值 , 因 此 编 译 器 将 其 转 换 为 float以 符 合 原 型 。passing arg ‘number’ of ‘name’ as integer rather than complex due to prototype原 型 将 参 数 “number” 声 明 为 整 型 , 但 使 用 了 复 数 型 值 , 因 此 编 译 器 将 其 转 换 为 整 型以 符 合 原 型 。passing arg ‘number’ of ‘name’ as integer rather than floating due to prototype原 型 将 参 数 “number” 声 明 为 整 型 , 但 使 用 了 double 值 , 因 此 编 译 器 将 其 转 换 为 整型 以 符 合 原 型 。pointer of type ‘void *’ used in arithmetic“void” 类 型 的 指 针 长 度 未 知 , 不 能 在 算 术 中 使 用 。pointer to a function used in arithmetic不 能 在 算 术 中 使 用 指 向 函 数 的 指 针 。previous declaration of ‘identifier’这 条 警 告 消 息 与 另 一 条 警 告 消 息 一 起 出 现 。 前 一 条 消 息 标 识 有 问 题 代 码 的 位 置 。 这 条消 息 标 识 标 识 符 的 第 一 次 声 明 或 定 义 。previous implicit declaration of ‘identifier’这 条 警 告 消 息 与 警 告 消 息 “type mismatch with previous implicit declaration” 一 起 出现 。 它 指 出 与 标 识 符 的 显 式 声 明 冲 突 的 隐 式 声 明 的 位 置 。© 2005 Microchip Technology Inc. DS51284C_CN 第 145 页

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!