Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Fix implicit function declaration (build error for Xcode 12+) #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 13, 2020

  1. Fix implicit function declaration

    As of Xcode 12, implicit function declarations are errors rather than
    warnings. For reasons similar to GPGTools#7, pinentry-curses.c needs to include
    "memory.h" (rather than <memory.h>) to find the declaration for
    secmem_free(). (On macOS and other BSD OSes, a <memory.h> system header
    exists and merely includes <string.h>.)
    chrstphrchvz authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4c99326 View commit details
    Browse the repository at this point in the history