41c367e33f
where an incompatible pointer assignment is not accepted in C by GCC 14. If the request is OK, please forward it to Factory soon-ish so that we can switch the default compiler. Thanks!. OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1164
14 lines
368 B
Diff
14 lines
368 B
Diff
Index: firefox-102.4.0/mfbt/EnumSet.h
|
|
===================================================================
|
|
--- firefox-102.4.0.orig/mfbt/EnumSet.h
|
|
+++ firefox-102.4.0/mfbt/EnumSet.h
|
|
@@ -326,7 +326,7 @@ class EnumSet {
|
|
}
|
|
}
|
|
|
|
- static constexpr size_t kMaxBits = MaxBits();
|
|
+ static constexpr size_t kMaxBits = EnumSet().MaxBits();
|
|
|
|
Serialized mBitField;
|
|
|