Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #15075
Ticket #15075
: gdc
File gdc,
99 bytes
(added by
hans@…
,
16 years ago
)
Wrapper script to ignore warnings
Line
1
#! /bin/bash
2
gdc=/opt/local/bin/gdc
3
msg="indirect jmp without"
4
$gdc "$@" 2> >(grep -v "$msg" 1>&2)
Download in other formats:
Original Format