Skip to content

Commit 71bb1fe

Browse files
authored
Ignore a warning when compiling with asm
1 parent fb2ee19 commit 71bb1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwnlib/asm.py

+1
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def cpp(shellcode):
471471
code = _include_header() + shellcode
472472
cmd = [
473473
cpp,
474+
'-Wno-unused-command-line-argument',
474475
'-C',
475476
'-nostdinc',
476477
'-undef',

0 commit comments

Comments
 (0)