diff pipcl.py @ 32:72c1b70d4f5c

Also apply -Werror=implicit-function-declaration
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 21 Sep 2025 15:10:12 +0200
parents baeb8bdeff3a
children c4daa0c83d64
line wrap: on
line diff
--- a/pipcl.py	Sun Sep 21 13:11:30 2025 +0200
+++ b/pipcl.py	Sun Sep 21 15:10:12 2025 +0200
@@ -1769,6 +1769,7 @@
             general_flags += ' -O2 -DNDEBUG'
         if os.environ.get('EXTRA_CHECKS', '1') != '0':
             general_flags += ' -fno-delete-null-pointer-checks'
+            general_flags += ' -Werror=implicit-function-declaration'
 
         py_limited_api3 = f'-DPy_LIMITED_API={py_limited_api2}' if py_limited_api2 else ''