Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.7.0
-
None
-
Arch Linux / g++ 8.2.0
Description
I get the warning 'use of old-style cast - note: expanded from macro FD_SET' in this code:
// main.c #include <sys/select.h> int main() { fd_set x; FD_SET(0, &x); // use of old-style cast (3 times) }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20039 Clang Code Model treats C files as C++
- Closed