diff options
| author | William Ahern <william@solaris.(none)> | 2013-12-27 06:33:56 -0800 |
|---|---|---|
| committer | William Ahern <william@solaris.(none)> | 2013-12-27 06:33:56 -0800 |
| commit | f8a3e72a30728ba185dc1ac8b398de1aeae7b1b6 (patch) | |
| tree | 89379af0ddcc211e9f9b0f243228b543db01ccfa /GNUmakefile | |
| parent | 369fa2d4120b1dc1a63d0a743203695b0325b888 (diff) | |
| download | luaossl-f8a3e72a30728ba185dc1ac8b398de1aeae7b1b6.tar.gz luaossl-f8a3e72a30728ba185dc1ac8b398de1aeae7b1b6.tar.bz2 luaossl-f8a3e72a30728ba185dc1ac8b398de1aeae7b1b6.zip | |
silence warnings with Solaris Studio compiler
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 113ef06..2955d86 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
| @@ -110,6 +110,11 @@ endif | |||
| 110 | ifeq ($(VENDOR_CC_$(d)), sunpro) | 110 | ifeq ($(VENDOR_CC_$(d)), sunpro) |
| 111 | CFLAGS_$(d) += -xcode=pic13 | 111 | CFLAGS_$(d) += -xcode=pic13 |
| 112 | CFLAGS_$(d) += -g | 112 | CFLAGS_$(d) += -g |
| 113 | # | ||
| 114 | # Solaris Studio has a brain-dead function call analyzer which counts | ||
| 115 | # arguments before preprocessor expansion. | ||
| 116 | # | ||
| 117 | CFLAGS_$(d) += -erroff=E_ARGUEMENT_MISMATCH | ||
| 113 | endif | 118 | endif |
| 114 | 119 | ||
| 115 | ifeq ($(VENDOR_OS_$(d)), Darwin) | 120 | ifeq ($(VENDOR_OS_$(d)), Darwin) |
