Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f16e1a3e8c65
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a5969bcd238c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 9, 2021

  1. pcsc-cyberjack: fix compilation with gcc10

    The change to GCC 10 did break this package as it does some conversation
    from 32bit integer to the type "int" which might be "narrower" depending
    on the platform. By default GCC 10 errors in these cases. Since this
    code is fine (and has been for a long time) it is okay to disable the
    error in this case.
    andir committed Jan 9, 2021
    Copy the full SHA
    e1684ef View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Merge pull request #108850 from andir/pcsc-cyberjack

    pcsc-cyberjack: fix compilation with gcc10
    SuperSandro2000 committed Jan 10, 2021
    Copy the full SHA
    a5969bc View commit details
    Browse the repository at this point in the history