Details
-
Task
-
Resolution: Unresolved
-
Minor
-
None
Description
These three warnings should be errors. However we still have many occurrences, so those have to be fixed first.
- - C4013: implicit function declaration
- - C4028: formal parameter different from declaration
- - C4090: different 'modifier' qualifiers (for C programs only;
- for C++ programs, the compiler error C2440 is issued)
- - C4133: incompatible types
Anyone with some time can search for these in an MSVC buildbot log and try to find where they come from.
E.g. http://build.reactos.org/builders/CMake_x86_MSVCWin%20Debug/builds/4963/steps/building%20bootcd/logs/warnings%20(3070)
Comment here with any research results or patches.
Attachments
Issue Links
- is blocked by
-
CORE-17540 [VS2015 (v140)] Loads of "error C2983: '...': all declarations must have an identical __declspec(code_seg(...))"
- Resolved
- relates to
-
CORE-14306 (GitHub Actions) clang-cl 10 reports some warnings: review/fix them
- Open
-
CORE-17545 Fix clang-12 warnings
- Open