Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.5
    • 10.5.4
    • Compiling
    • None

    Description

          68>D:\win32-debug\build\src\storage\innobase\include\sync0types.h(611,1): error C2220:  warning treated as error - no 'object' file generated (compiling source file D:\win32-debug\build\src\storage\innobase\btr\btr0btr.cc) [D:\win32-debug\build\storage\innobase\innobase.vcxproj]
          68>D:\win32-debug\build\src\storage\innobase\include\sync0types.h(611,1): warning C4307:  '*': integral constant overflow (compiling source file D:\win32-debug\build\src\storage\innobase\btr\btr0btr.cc) [D:\win32-debug\build\storage\innobase\innobase.vcxproj]
      

      Attachments

        Issue Links

          Activity

            I believe that this was broken by MDEV-22841. I notified the author wlad yesterday, and before leaving for vacation today, he made the 32-bit non-debug build pass.

            I am reassigning this to kevg, because he reviewed MDEV-22841 and because the author is on vacation. The problem should be that uint is too small on 32-bit systems.

            marko Marko Mäkelä added a comment - I believe that this was broken by MDEV-22841 . I notified the author wlad yesterday, and before leaving for vacation today, he made the 32-bit non-debug build pass. I am reassigning this to kevg , because he reviewed MDEV-22841 and because the author is on vacation. The problem should be that uint is too small on 32-bit systems.

            Apparently the problem was that some versions of Microsoft Visual Studio would claim that 33 * h overflows uint32_t in the constexpr function evaluation when compiling a 32-bit executable. My fix of uint64_t{33} * h seems to have worked.

            marko Marko Mäkelä added a comment - Apparently the problem was that some versions of Microsoft Visual Studio would claim that 33 * h overflows uint32_t in the constexpr function evaluation when compiling a 32-bit executable. My fix of uint64_t{33} * h seems to have worked.

            People

              marko Marko Mäkelä
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.