Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e235a03

Browse files
committedMar 12, 2025·
Ignores shadow warnings
1 parent 43a1685 commit e235a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎third_party/libdatachannel/scripts/build_libdatachannel.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def main():
2222
"-DUSE_GNUTLS=0",
2323
"-DUSE_NICE=0",
2424
"-DCMAKE_BUILD_TYPE=Release",
25+
"-DCMAKE_CXX_FLAGS=-Wno-shadow",
2526
]
2627

2728
print(f"Running: {' '.join(cmake_cmd)}")

0 commit comments

Comments
 (0)
Please sign in to comment.