Skip to content

Commit

Permalink
Ignore a warning when compiling with asm
Browse files Browse the repository at this point in the history
  • Loading branch information
sbancuz authored Dec 23, 2024
1 parent fb2ee19 commit 71bb1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def cpp(shellcode):
code = _include_header() + shellcode
cmd = [
cpp,
'-Wno-unused-command-line-argument',
'-C',
'-nostdinc',
'-undef',
Expand Down

0 comments on commit 71bb1fe

Please sign in to comment.