如何修复"警告#1173-D:属性"已弃用"被忽略?



一些常见的实用程序函数需要像这样弃用:

__attribute__((deprecated)) void TestDeprecatedMethod(int a, float b);

这在 OMAP 的 ARM 端按预期工作,如下所示:

warning: 'void CTest::TestDeprecatedMethod(int, float)' is deprecated

但它在 DSP 端像这样失败

warning #1173-D: attribute "deprecated" ignored

使用 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5( 4.6.3 和 ti-dvsdk_omapl138-evm_4_02_00_06/c6000_7.4.7。DSP 版本需要更改哪些内容?

根据TI

C6000 编译器版本 7.4.x 不支持 GCC 属性 荒废的。

相关内容

  • 没有找到相关文章

最新更新