003 File Manager
Current Path:
/usr/src/contrib/libxo
usr
/
src
/
contrib
/
libxo
/
📁
..
📄
.gitignore
(381 B)
📄
.svnignore
(170 B)
📄
.travis.yml
(281 B)
📄
Copyright
(1.26 KB)
📄
INSTALL.md
(459 B)
📄
LICENSE
(1.27 KB)
📄
Makefile.am
(4.16 KB)
📄
README.md
(1.9 KB)
📄
configure.ac
(14.51 KB)
📁
doc
📁
encoder
📁
libxo
📄
libxo-config.in
(1.9 KB)
📁
packaging
📁
tests
📄
warnings.mk
(1.15 KB)
📁
xo
📁
xohtml
📁
xolint
📁
xopo
Editing: warnings.mk
# # $Id$ # # Copyright 2011, Juniper Networks, Inc. # All rights reserved. # This SOFTWARE is licensed under the LICENSE provided in the # ../Copyright file. By downloading, installing, copying, or otherwise # using the SOFTWARE, you agree to be bound by the terms of that # LICENSE. # # Commonly used sets of warnings # MIN_WARNINGS?= -W -Wall LOW_WARNINGS?= ${MIN_WARNINGS} \ -Wstrict-prototypes \ -Wmissing-prototypes \ -Wpointer-arith MEDIUM_WARNINGS?= ${LOW_WARNINGS} -Werror HIGH_WARNINGS?= ${MEDIUM_WARNINGS} \ -Waggregate-return \ -Wcast-align \ -Wcast-qual \ -Wchar-subscripts \ -Wcomment \ -Wformat \ -Wimplicit \ -Wmissing-declarations \ -Wnested-externs \ -Wparentheses \ -Wreturn-type \ -Wshadow \ -Wswitch \ -Wtrigraphs \ -Wuninitialized \ -Wunused \ -Wwrite-strings HIGHER_WARNINGS?= ${HIGH_WARNINGS} \ -Winline \ -Wbad-function-cast \ -Wpacked \ -Wpadded \ -Wstrict-aliasing ifeq "${LIBXO_WARNINGS}" "HIGH" WARNINGS += ${HIGH_WARNINGS} else WARNINGS += ${LOW_WARNINGS} endif ifeq "${GCC_WARNINGS}" "yes" WARNINGS += -fno-inline-functions-called-once endif
Upload File
Create Folder