Closed Bug 1371483 Opened 7 years ago Closed 2 years ago

Warning with MSVC2017: include/exception:366 [C4577] 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: xidorn, Unassigned)

References

(Blocks 1 open bug)

Details

I see several warnings with MSVC2017 which are raised inside standard libraries:
> 7:18.20 warning: C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1410~1.250/include/exception:366 [C4577] 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc
> 7:18.20 warning: C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1410~1.250/include/limits:211 [C4577] 'noexcept' used with no exception handling mode specified; termination on exception is not guaranteed. Specify /EHsc
> 7:18.20 warning: C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1410~1.250/include/vector:735 [C4530] C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
> 7:18.20 warning: C:/PROGRA~2/MIB055~1/2017/COMMUN~1/VC/Tools/MSVC/1410~1.250/include/xlocale:314 [C4530] C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
Product: Core → Firefox Build System
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.