gecko-dev/dom/xslt/base
Chris Peterson 5a6a589a53 Bug 1794160 - Fix C++20 -Wenum-float-conversion warning in dom/xslt. r=peterv
C++20 deprecates some operations between enums and floating point types:

https://clang.llvm.org/docs/DiagnosticsReference.html#wenum-float-conversion

dom/xslt/base/txDouble.cpp:96:18 [-Wenum-float-conversion] arithmetic between enumeration type 'enum (unnamed enum at dom/xslt/base/txDouble.cpp:102:3)' and floating-point type 'PRFloat64' (aka 'double')

Differential Revision: https://phabricator.services.mozilla.com/D158865
2022-10-13 06:01:31 +00:00
..
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
txCore.h
txDouble.cpp Bug 1794160 - Fix C++20 -Wenum-float-conversion warning in dom/xslt. r=peterv 2022-10-13 06:01:31 +00:00
txErrorObserver.h
txExpandedName.cpp
txExpandedName.h
txExpandedNameMap.cpp Bug 1729329 - Remove OOM checks after calling infallible nsTArray methods. r=farre 2021-10-22 15:00:33 +00:00
txExpandedNameMap.h
txList.cpp Bug 1729329 - Mark txList::insertBefore as infallible. r=farre 2021-10-22 15:00:40 +00:00
txList.h
txLog.h
txNamespaceMap.cpp Bug 1729329 - Remove OOM checks after calling infallible nsTArray methods. r=farre 2021-10-22 15:00:33 +00:00
txNamespaceMap.h Bug 1729329 - Convert nsCOMArrays in XSLT code to nsTArrays and remove impossible to hit OOM errors. r=farre 2021-10-22 15:00:42 +00:00
txOwningArray.h Bug 1761536 - Part 2: Replace nsTArray::elem_type with value_type, r=mccr8 2022-04-01 17:00:25 +00:00
txStack.h Bug 1729329 - Mark txStack::push as infallible. r=farre 2021-10-22 15:00:37 +00:00
txStringUtils.h
txURIUtils.cpp Bug 1729517 - Set up document correctly. r=freddyb,ckerschb 2021-10-15 16:02:15 +00:00
txURIUtils.h Bug 1768189 - Part 45: Apply modernize-concat-nested-namespaces to dom/xhr/XMLHttpRequest.cpp ... r=andi 2022-05-09 20:41:21 +00:00