mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
6f1ad0676f
GCC 8 introduced a new type of warning `-Wclass-memaccess` which is included in `-Wall`. This warnings spits out *a million* of warnings like the following: ``` [...] /build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src)); [...] `` Logs demonstrating the issue: https://hydra.nixos.org/build/100205478/nixlog/1 While I don't think disabling warnings is the best way to deal with this, there is alrady precedent for this package and I don't feel confident enough to either patch or bump this package. Please view this as a low-friction sub-optimal suggestion in case nobody else has a better fix. |
||
---|---|---|
.. | ||
qtbase.nix | ||
qtcharts.nix | ||
qtconnectivity.nix | ||
qtdeclarative.nix | ||
qtdoc.nix | ||
qtgraphicaleffects.nix | ||
qtimageformats.nix | ||
qtlocation.nix | ||
qtmacextras.nix | ||
qtmultimedia.nix | ||
qtnetworkauth.nix | ||
qtquickcontrols2.nix | ||
qtquickcontrols.nix | ||
qtscript.nix | ||
qtsensors.nix | ||
qtserialport.nix | ||
qtspeech.nix | ||
qtsvg.nix | ||
qttools.nix | ||
qttranslations.nix | ||
qtvirtualkeyboard.nix | ||
qtwayland.nix | ||
qtwebchannel.nix | ||
qtwebengine.nix | ||
qtwebglplugin.nix | ||
qtwebkit.nix | ||
qtwebsockets.nix | ||
qtwebview.nix | ||
qtx11extras.nix | ||
qtxmlpatterns.nix |