Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 1 | |
| 2 | # Copyright (C) Igor Sysoev |
Maxim Konovalov | f8d59e3 | 2012-01-18 15:07:43 +0000 | [diff] [blame] | 3 | # Copyright (C) Nginx, Inc. |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 4 | |
| 5 | |
| 6 | # Compaq C V6.5-207 |
| 7 | |
| 8 | ngx_include_opt="-I" |
| 9 | |
| 10 | # warnings |
| 11 | |
| 12 | CFLAGS="$CFLAGS -msg_enable level6 -msg_fatal level6" |
| 13 | |
Igor Sysoev | 4959ec4 | 2005-05-23 12:07:45 +0000 | [diff] [blame] | 14 | CFLAGS="$CFLAGS -msg_disable unknownmacro" |
| 15 | CFLAGS="$CFLAGS -msg_disable unusedincl" |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 16 | CFLAGS="$CFLAGS -msg_disable unnecincl" |
| 17 | CFLAGS="$CFLAGS -msg_disable nestincl" |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 18 | CFLAGS="$CFLAGS -msg_disable strctpadding" |
| 19 | CFLAGS="$CFLAGS -msg_disable ansialiascast" |
| 20 | CFLAGS="$CFLAGS -msg_disable inlinestoclsmod" |
| 21 | CFLAGS="$CFLAGS -msg_disable cxxkeyword" |
| 22 | CFLAGS="$CFLAGS -msg_disable longlongsufx" |
Igor Sysoev | 4959ec4 | 2005-05-23 12:07:45 +0000 | [diff] [blame] | 23 | CFLAGS="$CFLAGS -msg_disable valuepres" |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 24 | |
| 25 | # STUB |
| 26 | CFLAGS="$CFLAGS -msg_disable truncintcast" |
| 27 | CFLAGS="$CFLAGS -msg_disable trunclongcast" |
Igor Sysoev | 4959ec4 | 2005-05-23 12:07:45 +0000 | [diff] [blame] | 28 | |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 29 | CFLAGS="$CFLAGS -msg_disable truncintasn" |
| 30 | CFLAGS="$CFLAGS -msg_disable trunclongint" |
| 31 | CFLAGS="$CFLAGS -msg_disable intconcastsgn" |
| 32 | CFLAGS="$CFLAGS -msg_disable intconstsign" |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 33 | CFLAGS="$CFLAGS -msg_disable switchlong" |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 34 | CFLAGS="$CFLAGS -msg_disable subscrbounds2" |
Igor Sysoev | 4959ec4 | 2005-05-23 12:07:45 +0000 | [diff] [blame] | 35 | |
| 36 | CFLAGS="$CFLAGS -msg_disable hexoctunsign" |
| 37 | |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 38 | CFLAGS="$CFLAGS -msg_disable ignorecallval" |
| 39 | CFLAGS="$CFLAGS -msg_disable nonstandcast" |
| 40 | CFLAGS="$CFLAGS -msg_disable embedcomment" |
| 41 | CFLAGS="$CFLAGS -msg_disable unreachcode" |
| 42 | CFLAGS="$CFLAGS -msg_disable questcompare2" |
| 43 | CFLAGS="$CFLAGS -msg_disable unusedtop" |
| 44 | CFLAGS="$CFLAGS -msg_disable unrefdecl" |
Igor Sysoev | 4959ec4 | 2005-05-23 12:07:45 +0000 | [diff] [blame] | 45 | |
Igor Sysoev | e31e90b | 2005-05-19 13:25:22 +0000 | [diff] [blame] | 46 | CFLAGS="$CFLAGS -msg_disable bitnotint" |