nixpkgs/pkgs/development/libraries/qt-5/modules
Dima 6f1ad0676f qtwebkit: fixing build / reducing build log size
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.
2019-09-10 18:42:30 +02:00
..
qtbase.nix treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
qtcharts.nix
qtconnectivity.nix qt: remove cf-private 2019-07-03 22:20:16 +02:00
qtdeclarative.nix
qtdoc.nix
qtgraphicaleffects.nix
qtimageformats.nix
qtlocation.nix
qtmacextras.nix qt: remove cf-private 2019-07-03 22:20:16 +02:00
qtmultimedia.nix
qtnetworkauth.nix
qtquickcontrols.nix
qtquickcontrols2.nix
qtscript.nix
qtsensors.nix
qtserialport.nix
qtspeech.nix wrapQtAppsHook: wrap Qt applications for runtime dependencies 2019-07-05 10:41:41 -05:00
qtsvg.nix
qttools.nix qttools: patch qmlimportscanner for darwin builds 2019-06-22 22:21:38 -04:00
qttranslations.nix
qtvirtualkeyboard.nix
qtwayland.nix
qtwebchannel.nix
qtwebengine.nix qt56: remove; unused, broken with openssl 1.1 2019-08-22 14:50:28 +02:00
qtwebglplugin.nix
qtwebkit.nix qtwebkit: fixing build / reducing build log size 2019-09-10 18:42:30 +02:00
qtwebsockets.nix
qtwebview.nix qt: remove cf-private 2019-07-03 22:20:16 +02:00
qtx11extras.nix
qtxmlpatterns.nix