diff options
| author | Wade Fife <wade.fife@ettus.com> | 2020-06-11 10:26:46 -0500 | 
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-06-29 13:41:15 -0500 | 
| commit | 5244c06ae71589a08f337371d91798a6ac3d292b (patch) | |
| tree | f6874a0fd7106b7f8a4a509928d2bdf42cbce519 /fpga/usrp3/tools | |
| parent | ed1b58053c53bfbd3f3b667a0ebe0aa8066e2b0e (diff) | |
| download | uhd-5244c06ae71589a08f337371d91798a6ac3d292b.tar.gz uhd-5244c06ae71589a08f337371d91798a6ac3d292b.tar.bz2 uhd-5244c06ae71589a08f337371d91798a6ac3d292b.zip  | |
fpga: tools: Highlight suppressible errors from vlint
Diffstat (limited to 'fpga/usrp3/tools')
| -rwxr-xr-x | fpga/usrp3/tools/scripts/launch_vlint.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/tools/scripts/launch_vlint.sh b/fpga/usrp3/tools/scripts/launch_vlint.sh index a0169ce3e..0f6ccc895 100755 --- a/fpga/usrp3/tools/scripts/launch_vlint.sh +++ b/fpga/usrp3/tools/scripts/launch_vlint.sh @@ -25,7 +25,7 @@ function print_color {          *Fatal:*)              eval $ERR_CLR; echo "$line"; eval $CLR_OFF              ;; -        *Error:*) +        *Error:*|*Error[[:space:]]\(suppressible\):*)              eval $ERR_CLR; echo "$line"; eval $CLR_OFF              ;;          *Warning:*)  | 
