Compiler warnings about C++ exceptions in windows printing code

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: client-libs
    • 2d
    • b22
    • windows

      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(2544) : warni
      ng C4297: 'Java_sun_awt_windows_WPrinterJob_textOut' : function assumed not to t
      hrow an exception but does
              The function is extern "C" and /EHc was specified
      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(2545) : warni
      ng C4297: 'Java_sun_awt_windows_WPrinterJob_textOut' : function assumed not to t
      hrow an exception but does
              The function is extern "C" and /EHc was specified
      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(2756) : warni
      ng C4297: 'reverseDIB' : function assumed not to throw an exception but does
              The function is extern "C" and /EHc was specified
      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(3373) : warni
      ng C4297: 'getPaperSizeList' : function assumed not to throw an exception but do
      es
              The function is extern "C" and /EHc was specified
      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(3992) : warni
      ng C4297: 'matchPaperSize' : function assumed not to throw an exception but does

              The function is extern "C" and /EHc was specified
      c:/jdks/client/jdk/src/windows/native/sun/windows/awt_PrintJob.cpp(3993) : warni
      ng C4297: 'matchPaperSize' : function assumed not to throw an exception but does

            Assignee:
            Philip Race
            Reporter:
            Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: