summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-09-24 12:01:06 -0700
committerAndres Freund <andres@anarazel.de>2022-09-24 12:08:37 -0700
commit03bf971d2dc701d473705fd00891028d140dd5ae (patch)
tree2bcc69ba7210f9149e653e5ac10cb104fb723c4b /.cirrus.yml
parenteef63941c127bcfbc278445b85cf3d9dd9e323b0 (diff)
downloadpostgresql-03bf971d2dc701d473705fd00891028d140dd5ae.tar.gz
Remove uses of register due to incompatibility with C++17 and up
The use in regexec.c could remain, since we only try to keep headers C++ clean. But there really doesn't seem to be a good reason to use register in that spot. Discussion: https://postgr.es/m/20220308185902.ibdqmasoaunzjrfc@alap3.anarazel.de
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0e3b2d4268..7b5cb02102 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -556,8 +556,6 @@ task:
# - Use -fmax-errors, as particularly cpluspluscheck can be very verbose
# - XXX have to disable ICU to avoid errors:
# https://postgr.es/m/20220323002024.f2g6tivduzrktgfa%40alap3.anarazel.de
- # - XXX: the -Wno-register avoids verbose warnings:
- # https://postgr.es/m/20220308181837.aun3tdtdvao4vb7o%40alap3.anarazel.de
###
always:
headers_headerscheck_script: |
@@ -569,7 +567,7 @@ task:
make -s -j${BUILD_JOBS} clean
time make -s headerscheck EXTRAFLAGS='-fmax-errors=10'
headers_cpluspluscheck_script: |
- time make -s cpluspluscheck EXTRAFLAGS='-Wno-register -fmax-errors=10'
+ time make -s cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
always:
upload_caches: ccache