Control: tags -1 patch

On 11/8/21 12:31, Bas Couwenberg wrote:
Consider adding -Wno-error=maybe-uninitialized to CPPFLAGS in d/rules.

The attached patch does so and resolves the issue.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru mysql-workbench-8.0.26+dfsg/debian/rules 
mysql-workbench-8.0.26+dfsg/debian/rules
--- mysql-workbench-8.0.26+dfsg/debian/rules    2021-02-11 02:18:05.000000000 
+0100
+++ mysql-workbench-8.0.26+dfsg/debian/rules    2021-11-08 09:51:39.000000000 
+0100
@@ -9,7 +9,7 @@
 ## "bindnow" causes run-time errors:
 #export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
-export DEB_CPPFLAGS_MAINT_APPEND= -Wno-error=deprecated-declarations
+export DEB_CPPFLAGS_MAINT_APPEND= -Wno-error=deprecated-declarations 
-Wno-error=maybe-uninitialized
 # -Wno-error=deprecated-copy -Wno-error=format-overflow=
 # -std=c++11
 

Reply via email to