annotate src/of-signal-1-deprecated-warnings.patch @ 6116:ae6a2bba873d

maint: merge heads
author John Donoghue <john.donoghue@ieee.org>
date Sun, 06 Mar 2022 07:43:58 -0500
parents 77bfbb7d8094
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5855
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -uNr a/src/Makefile b/src/Makefile
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/src/Makefile 2019-02-08 17:00:37.000000000 -0500
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/src/Makefile 2021-08-20 01:01:13.437770211 -0400
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -19,7 +19,7 @@
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 MKOCTFILE ?= mkoctfile
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 SED ?= sed
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -PKG_CXXFLAGS := -Wall -Wno-deprecated-declarations $(PKG_CXXFLAGS_APPEND)
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +PKG_CXXFLAGS := -Wall $(PKG_CXXFLAGS_APPEND)
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 OCT_FILES = \
77bfbb7d8094 patches for recent Octave namespace changes
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 __fwht__.oct \