summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-07 14:56:05 +0100
committerAlyssa Ross <hi@alyssa.is>2023-11-08 13:04:01 +0100
commit408ed815c60c448886d489837e760264efcc4388 (patch)
tree29f54c98ba5bc363eee235821521b650ec6112ce /pkgs/development
parent43fbdc751b9a83deaf78a37a526faf2a2278b459 (diff)
downloadnixpkgs-408ed815c60c448886d489837e760264efcc4388.tar
nixpkgs-408ed815c60c448886d489837e760264efcc4388.tar.gz
nixpkgs-408ed815c60c448886d489837e760264efcc4388.tar.bz2
nixpkgs-408ed815c60c448886d489837e760264efcc4388.tar.lz
nixpkgs-408ed815c60c448886d489837e760264efcc4388.tar.xz
nixpkgs-408ed815c60c448886d489837e760264efcc4388.tar.zst
nixpkgs-408ed815c60c448886d489837e760264efcc4388.zip
linuxPackages.evdi: fix build for Linux 4.19
The build fails with:

```console
module/evdi_fb.c: In function 'evdifb_create':
module/evdi_fb.c:427:21:
error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
  427 |         info->fbops = efbdev->fb_ops;
      |                     ^
````

A resolution is to treat discard-qualifiers warnings as non-error.

See https://hydra.nixos.org/build/239848621
Diffstat (limited to 'pkgs/development')
0 files changed, 0 insertions, 0 deletions