mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-08 20:44:31 +02:00
makes it easier to drop-in replace the release version with the beta pulled directly from Mercurial
12 lines
300 B
Diff
12 lines
300 B
Diff
diff --git a/coreconf/werror.py b/coreconf/werror.py
|
|
index 2f622c5..286cd46 100644
|
|
--- a/coreconf/werror.py
|
|
+++ b/coreconf/werror.py
|
|
@@ -38,7 +38,6 @@ def main():
|
|
print('-DNSS_NO_GCC48')
|
|
return
|
|
|
|
- print('-Werror')
|
|
print('-Wall')
|
|
|
|
def set_warning(warning, contra=''):
|