Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6944015

VS2010 build failure in awt_TextArea.cpp: ambiguous call to abs()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7
    • 7
    • client-libs
    • b94
    • generic
    • windows

      When building JDK7 with Visual Studio 2010, the build fails in make/sun/awt when compiling awt_TextArea.cpp:761

          int actualScrollLines =
              abs(platfScrollLines * (*delta_accum / WHEEL_DELTA));

      The call to abs() is considered ambiguous as it can be int or int64 (exact compiler output is lost, unfortunately).

            prr Philip Race
            art Artem Ananiev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: