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: 5cfad2166272
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6b678437b59
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 4, 2018

  1. desmume: avoid errors with with -fpermissive

    Prior to this change, desmume would fail to build due to an error:
    
    utils/libfat/directory.cpp:142:33: error: ISO C++ forbids comparison between
      pointer and integer [-fpermissive]
    eqyiel committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    688aaf1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36276 from eqyiel/fix-desmume

    desmume: avoid errors with with -fpermissive
    Mic92 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e6b6784 View commit details
    Browse the repository at this point in the history