Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7538

Make critical MSVC warnings into errors

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Minor
    • None
    • Build System

    Description

      These three warnings should be errors. However we still have many occurrences, so those have to be fixed first.

      1. - C4013: implicit function declaration
      2. - C4028: formal parameter different from declaration
      3. - C4090: different 'modifier' qualifiers (for C programs only;
      4. for C++ programs, the compiler error C2440 is issued)
      5. - 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

          Activity

            People

              bug zilla Bug Zilla
              ThFabba ThFabba
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: