mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
13 lines
316 B
Diff
13 lines
316 B
Diff
diff --git a/nss/coreconf/werror.py b/nss/coreconf/werror.py
|
|
index 2f622c5..286cd46 100644
|
|
--- a/nss/coreconf/werror.py
|
|
+++ b/nss/coreconf/werror.py
|
|
@@ -38,7 +38,6 @@ def main():
|
|
print('-DNSS_NO_GCC48')
|
|
return
|
|
|
|
- print('-Werror')
|
|
print('-Wall')
|
|
|
|
def set_warning(warning, contra=''):
|