我在我的应用程序中使用了SQLite3,标准的.c文件给出了13个警告Implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int'
我试图摆脱它,所以我选择了构建阶段,选择了sqlite3.c,并根据的建议添加了编译器标志:-Wno-shorten 64- to -32,但这不起作用,我仍然收到那些警告。如何禁用sqlite3.c
Spring/AspectJ报告这些警告时会占用几秒钟的时间。我宁愿尝试使最干净的构建成为可能,即使这不会最终加速它。以下是警告:
Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes有没有办法摆脱他们?
在这个问题上,VScode给了我一个关于malloc计算的奇怪警告Warning C6385 Reading invalid data from 'temp': the readable size is 'sizeof(int *)*width_flag' bytes, but '16' bytes may be
这段代码:printf("status: %x", status)jpegthread.c:157: warning: format '%x' expectstype 'unsigned int', but argument 3 has type 'Int32'
我知道我可以通过强制转换类型来摆脱它,但是有没有可能使用一个GCC编译器标志来摆脱那个特定类型的警告