diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-11-10 09:16:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-11-10 11:50:44 +0100 |
commit | bde11b3b1362a9451ef830bf14d0f8842818a922 (patch) | |
tree | 41b29b297c14c3a14ec65f89d69b2c41335718a1 /soltools/cpp/cpp.h | |
parent | ff9b9944401a594ec4a67bca953b312f3a54e3f8 (diff) |
Executable_cpp: Drop unused -Xa "EBCDIC to ANSI conversion" option
...which nicely gets rid of a bunch of sprintf calls that otherwise could have
caused -Werror,-Wdeprecated-declarations with macOS 13 SDK now).
(That executable is only used during the build to process the .scp files.)
Change-Id: I3b087b11f6d3d1bce9e595322a21e67986f5d1c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142537
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'soltools/cpp/cpp.h')
-rw-r--r-- | soltools/cpp/cpp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h index ab5a89fc99eb..000327561d52 100644 --- a/soltools/cpp/cpp.h +++ b/soltools/cpp/cpp.h @@ -235,7 +235,6 @@ extern int ifsatisfied[NIF]; extern int Mflag; extern int Iflag; extern int Pflag; -extern int Aflag; extern int Lflag; extern int Xflag; extern int Vflag; |