=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libbpg-0.9.2
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -c -o bpgdec.o bpgdec.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_cabac.o libavcodec/hevc_cabac.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_filter.o libavcodec/hevc_filter.c
bpgdec.c:326:9: warning: call to undeclared library function 'strrchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    p = strrchr(outfilename, '.');
        ^
bpgdec.c:326:9: note: include the header <string.h> or explicitly provide a declaration for 'strrchr'
bpgdec.c:330:14: warning: call to undeclared library function 'strcasecmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (p && strcasecmp(p, "ppm") != 0) {
             ^
bpgdec.c:330:14: note: include the header <strings.h> or explicitly provide a declaration for 'strcasecmp'
libavcodec/hevc_filter.c:742:9: warning: unused variable 'log2_min_pu_size' [-Wunused-variable]
    int log2_min_pu_size = s->sps->log2_min_pu_size;
        ^
libavcodec/hevc_filter.c:743:9: warning: unused variable 'log2_min_tu_size' [-Wunused-variable]
    int log2_min_tu_size = s->sps->log2_min_tb_size;
        ^
libavcodec/hevc_filter.c:744:9: warning: unused variable 'min_pu_width' [-Wunused-variable]
    int min_pu_width     = s->sps->min_pu_width;
        ^
libavcodec/hevc_filter.c:745:9: warning: unused variable 'min_tu_width' [-Wunused-variable]
    int min_tu_width     = s->sps->min_tb_width;
        ^
libavcodec/hevc_filter.c:753:12: warning: unused variable 'bs' [-Wunused-variable]
    int i, bs;
           ^
libavcodec/hevc_cabac.c:1526:88: warning: variable 'explicit_rdpcm_dir_flag' is uninitialized when used here [-Wuninitialized]
            int mode = s->sps->implicit_rdpcm_enabled_flag ? (pred_mode_intra == 26) : explicit_rdpcm_dir_flag;
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~
libavcodec/hevc_cabac.c:1096:32: note: initialize the variable 'explicit_rdpcm_dir_flag' to silence this warning
    int explicit_rdpcm_dir_flag;
                               ^
                                = 0
libavcodec/hevc_cabac.c:881:29: warning: unused function 'abs_mvd_greater0_flag_decode' [-Wunused-function]
static av_always_inline int abs_mvd_greater0_flag_decode(HEVCContext *s)
                            ^
libavcodec/hevc_cabac.c:886:29: warning: unused function 'abs_mvd_greater1_flag_decode' [-Wunused-function]
static av_always_inline int abs_mvd_greater1_flag_decode(HEVCContext *s)
                            ^
libavcodec/hevc_cabac.c:891:29: warning: unused function 'mvd_decode' [-Wunused-function]
static av_always_inline int mvd_decode(HEVCContext *s)
                            ^
libavcodec/hevc_cabac.c:907:29: warning: unused function 'mvd_sign_flag_decode' [-Wunused-function]
static av_always_inline int mvd_sign_flag_decode(HEVCContext *s)
                            ^
libavcodec/hevc_cabac.c:932:12: warning: unused function 'explicit_rdpcm_flag_decode' [-Wunused-function]
static int explicit_rdpcm_flag_decode(HEVCContext *s, int c_idx)
           ^
libavcodec/hevc_cabac.c:937:12: warning: unused function 'explicit_rdpcm_dir_flag_decode' [-Wunused-function]
static int explicit_rdpcm_dir_flag_decode(HEVCContext *s, int c_idx)
           ^
2 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc.o libavcodec/hevc.c
libavcodec/hevc.c:1988:23: warning: unused variable 'lc' [-Wunused-variable]
    HEVCLocalContext *lc = s->HEVClc;
                      ^
libavcodec/hevc.c:1997:12: warning: unused variable 'k' [-Wunused-variable]
    int j, k;
           ^
libavcodec/hevc.c:2309:13: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
        if (!ctb_addr_in_slice > 0)
            ^                  ~
libavcodec/hevc.c:2309:13: note: add parentheses after the '!' to evaluate the comparison first
        if (!ctb_addr_in_slice > 0)
            ^
             (                    )
libavcodec/hevc.c:2309:13: note: add parentheses around left hand side expression to silence this warning
        if (!ctb_addr_in_slice > 0)
            ^
            (                 )
libavcodec/hevc.c:2699:10: warning: case value not in enumerated type 'enum NALUnitType' [-Wswitch]
    case 48:
         ^
libavcodec/hevc.c:2888:39: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
    av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size,
                                      ^~~~~~~~~~~~~~~~~~~~~~
./libavutil/mem.h:383:46: note: passing argument to parameter 'size' here
void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
                                             ^
libavcodec/hevc.c:283:12: warning: unused function 'get_buffer_sao' [-Wunused-function]
static int get_buffer_sao(HEVCContext *s, AVFrame *frame, const HEVCSPS *sps)
           ^
5 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcpred.o libavcodec/hevcpred.c
In file included from libavcodec/hevcpred.c:37:
libavcodec/hevcpred_template.c:133:17: warning: unused variable 'x_left_pu' [-Wunused-variable]
            int x_left_pu   = PU(x0 - 1);
                ^
libavcodec/hevcpred_template.c:141:17: warning: unused variable 'x_left_pu' [-Wunused-variable]
            int x_left_pu   = PU(x0 - 1);
                ^
libavcodec/hevcpred_template.c:149:17: warning: unused variable 'x_left_pu' [-Wunused-variable]
            int x_left_pu   = PU(x0 - 1);
                ^
libavcodec/hevcpred_template.c:150:17: warning: unused variable 'y_top_pu' [-Wunused-variable]
            int y_top_pu    = PU(y0 - 1);
                ^
libavcodec/hevcpred_template.c:155:17: warning: unused variable 'y_top_pu' [-Wunused-variable]
            int y_top_pu    = PU(y0 - 1);
                ^
libavcodec/hevcpred_template.c:162:17: warning: unused variable 'y_top_pu' [-Wunused-variable]
            int y_top_pu    = PU(y0 - 1);
                ^
libavcodec/hevcpred_template.c:226:23: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                    } else {
                      ^
libavcodec/hevcpred_template.c:99:9: warning: unused variable 'min_pu_width' [-Wunused-variable]
    int min_pu_width = s->sps->min_pu_width;
        ^
7 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_refs.o libavcodec/hevc_refs.c
libavcodec/hevc_refs.c:82:12: warning: unused variable 'j' [-Wunused-variable]
    int i, j, ret;
           ^
libavcodec/hevc_refs.c:115:1: warning: unused label 'fail' [-Wunused-label]
fail:
^~~~~
2 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevcdsp.o libavcodec/hevcdsp.c
8 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_mvs.o libavcodec/hevc_mvs.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_ps.o libavcodec/hevc_ps.c
6 warnings generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/hevc_sei.o libavcodec/hevc_sei.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/utils.o libavcodec/utils.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavcodec/cabac.o libavcodec/cabac.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/mem.o libavutil/mem.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/buffer.o libavutil/buffer.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/log2_tab.o libavutil/log2_tab.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/frame.o libavutil/frame.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/pixdesc.o libavutil/pixdesc.c
libavutil/frame.c:67:13: warning: unused function 'free_side_data' [-Wunused-function]
static void free_side_data(AVFrameSideData **ptr_sd)
            ^
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libavutil/md5.o libavutil/md5.c
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DHAVE_AV_CONFIG_H -std=c99 -D_GNU_SOURCE=1 -DUSE_VAR_BIT_DEPTH -c -o libbpg.o libbpg.c
1 warning generated.
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -DUSE_JCTVC -Wno-unused-but-set-variable -c -o bpgenc.o bpgenc.c
libavutil/md5.c:188:24: warning: passing 'char[2]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    av_md5_update(ctx, "\200", 1);
                       ^~~~~~
libavutil/md5.c:148:47: note: passing argument to parameter 'src' here
void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len)
                                              ^
libavutil/md5.c:190:28: warning: passing 'char[1]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        av_md5_update(ctx, "", 1);
                           ^~
libavutil/md5.c:148:47: note: passing argument to parameter 'src' here
void av_md5_update(AVMD5 *ctx, const uint8_t *src, int len)
                                              ^
2 warnings generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc_glue.o jctvc_glue.cpp
In file included from jctvc_glue.cpp:6:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TAppEncTop.h:44:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/SyntaxElementWriter.o jctvc/TLibEncoder/SyntaxElementWriter.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSbac.o jctvc/TLibEncoder/TEncSbac.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncBinCoderCABACCounter.o jctvc/TLibEncoder/TEncBinCoderCABACCounter.cpp
In file included from jctvc/TLibEncoder/TEncSbac.cpp:38:
In file included from jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncGOP.o jctvc/TLibEncoder/TEncGOP.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSampleAdaptiveOffset.o jctvc/TLibEncoder/TEncSampleAdaptiveOffset.cpp
In file included from jctvc/TLibEncoder/TEncGOP.cpp:42:
In file included from jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
jctvc/TLibEncoder/TEncGOP.cpp:2336:8: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  Char c = (pcSlice->isIntra() ? 'I' : pcSlice->isInterP() ? 'P' : 'B');
       ^
In file included from jctvc/TLibEncoder/TEncSampleAdaptiveOffset.cpp:38:
In file included from jctvc/TLibEncoder/TEncSampleAdaptiveOffset.h:42:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComSampleAdaptiveOffset.h:42:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncBinCoderCABAC.o jctvc/TLibEncoder/TEncBinCoderCABAC.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncAnalyze.o jctvc/TLibEncoder/TEncAnalyze.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncEntropy.o jctvc/TLibEncoder/TEncEntropy.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncTop.o jctvc/TLibEncoder/TEncTop.cpp
In file included from jctvc/TLibEncoder/TEncEntropy.cpp:38:
In file included from jctvc/TLibEncoder/TEncEntropy.h:42:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TLibEncoder/TEncTop.cpp:39:
In file included from jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
2 warnings generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/SEIwrite.o jctvc/TLibEncoder/SEIwrite.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncPic.o jctvc/TLibEncoder/TEncPic.cpp
In file included from jctvc/TLibEncoder/TEncPic.cpp:38:
In file included from jctvc/TLibEncoder/TEncPic.h:42:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncRateCtrl.o jctvc/TLibEncoder/TEncRateCtrl.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/WeightPredAnalysis.o jctvc/TLibEncoder/WeightPredAnalysis.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSlice.o jctvc/TLibEncoder/TEncSlice.cpp
In file included from jctvc/TLibEncoder/TEncRateCtrl.cpp:37:
In file included from jctvc/TLibEncoder/TEncRateCtrl.h:47:
jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TLibEncoder/WeightPredAnalysis.cpp:40:
In file included from jctvc/TLibEncoder/../TLibCommon/TComPic.h:43:
In file included from jctvc/TLibEncoder/../TLibCommon/TComPicSym.h:45:
jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TLibEncoder/TEncSlice.cpp:38:
In file included from jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncCu.o jctvc/TLibEncoder/TEncCu.cpp
In file included from jctvc/TLibEncoder/TEncCu.cpp:39:
In file included from jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/NALwrite.o jctvc/TLibEncoder/NALwrite.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncCavlc.o jctvc/TLibEncoder/TEncCavlc.cpp
In file included from jctvc/TLibEncoder/TEncCavlc.cpp:39:
In file included from jctvc/TLibEncoder/TEncCavlc.h:48:
In file included from jctvc/TLibEncoder/TEncEntropy.h:42:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncSearch.o jctvc/TLibEncoder/TEncSearch.cpp
In file included from jctvc/TLibEncoder/TEncSearch.cpp:41:
In file included from jctvc/TLibEncoder/TEncSearch.h:45:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
jctvc/TLibEncoder/TEncSearch.cpp:2309:22: warning: variable 'CandNum' set but not used [-Wunused-but-set-variable]
        UInt         CandNum;
                     ^
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibEncoder/TEncPreanalyzer.o jctvc/TLibEncoder/TEncPreanalyzer.cpp
In file included from jctvc/TLibEncoder/TEncPreanalyzer.cpp:41:
In file included from jctvc/TLibEncoder/TEncPreanalyzer.h:41:
In file included from jctvc/TLibEncoder/TEncPic.h:42:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibVideoIO/TVideoIOYuv.o jctvc/TLibVideoIO/TVideoIOYuv.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComWeightPrediction.o jctvc/TLibCommon/TComWeightPrediction.cpp
In file included from jctvc/TLibCommon/TComWeightPrediction.cpp:40:
In file included from jctvc/TLibCommon/TComWeightPrediction.h:43:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
2 warnings generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComLoopFilter.o jctvc/TLibCommon/TComLoopFilter.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComBitStream.o jctvc/TLibCommon/TComBitStream.cpp
In file included from jctvc/TLibCommon/TComLoopFilter.cpp:38:
In file included from jctvc/TLibCommon/TComLoopFilter.h:42:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComMotionInfo.o jctvc/TLibCommon/TComMotionInfo.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComSlice.o jctvc/TLibCommon/TComSlice.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/ContextModel3DBuffer.o jctvc/TLibCommon/ContextModel3DBuffer.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPic.o jctvc/TLibCommon/TComPic.cpp
In file included from jctvc/TLibCommon/TComSlice.cpp:40:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TLibCommon/TComPic.cpp:38:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRdCostWeightPrediction.o jctvc/TLibCommon/TComRdCostWeightPrediction.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComTU.o jctvc/TLibCommon/TComTU.cpp
In file included from jctvc/TLibCommon/TComTU.cpp:37:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicSym.o jctvc/TLibCommon/TComPicSym.cpp
In file included from jctvc/TLibCommon/TComPicSym.cpp:38:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicYuv.o jctvc/TLibCommon/TComPicYuv.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComYuv.o jctvc/TLibCommon/TComYuv.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComTrQuant.o jctvc/TLibCommon/TComTrQuant.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComInterpolationFilter.o jctvc/TLibCommon/TComInterpolationFilter.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/ContextModel.o jctvc/TLibCommon/ContextModel.cpp
In file included from jctvc/TLibCommon/TComTrQuant.cpp:42:
In file included from jctvc/TLibCommon/TComTrQuant.h:43:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComSampleAdaptiveOffset.o jctvc/TLibCommon/TComSampleAdaptiveOffset.cpp
In file included from jctvc/TLibCommon/TComSampleAdaptiveOffset.cpp:38:
In file included from jctvc/TLibCommon/TComSampleAdaptiveOffset.h:42:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/SEI.o jctvc/TLibCommon/SEI.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPrediction.o jctvc/TLibCommon/TComPrediction.cpp
In file included from jctvc/TLibCommon/TComPrediction.cpp:39:
In file included from jctvc/TLibCommon/TComPrediction.h:43:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComDataCU.o jctvc/TLibCommon/TComDataCU.cpp
In file included from jctvc/TLibCommon/TComDataCU.cpp:39:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComChromaFormat.o jctvc/TLibCommon/TComChromaFormat.cpp
In file included from jctvc/TLibCommon/TComChromaFormat.cpp:36:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/Debug.o jctvc/TLibCommon/Debug.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRom.o jctvc/TLibCommon/TComRom.cpp
In file included from jctvc/TLibCommon/Debug.cpp:41:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TLibCommon/TComRom.cpp:44:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPicYuvMD5.o jctvc/TLibCommon/TComPicYuvMD5.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComRdCost.o jctvc/TLibCommon/TComRdCost.cpp
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComPattern.o jctvc/TLibCommon/TComPattern.cpp
In file included from jctvc/TLibCommon/TComPattern.cpp:38:
In file included from jctvc/TLibCommon/TComPic.h:43:
In file included from jctvc/TLibCommon/TComPicSym.h:45:
jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TLibCommon/TComCABACTables.o jctvc/TLibCommon/TComCABACTables.cpp
gcc -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/libmd5/libmd5.o jctvc/libmd5/libmd5.c
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TAppEncCfg.o jctvc/TAppEncCfg.cpp
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/TAppEncTop.o jctvc/TAppEncTop.cpp
In file included from jctvc/TAppEncCfg.cpp:46:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibEncoder/TEncRateCtrl.h:47:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibEncoder/../TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
In file included from jctvc/TAppEncTop.cpp:46:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TAppEncTop.h:44:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibEncoder/TEncTop.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPrediction.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPic.h:43:
In file included from /Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComPicSym.h:45:
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
    return isEqualCol( addrA, addrB, numUnitsPerRow ) | isEqualRow( addrA, addrB, numUnitsPerRow );
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                      ||
/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc/TLibCommon/TComDataCU.h:518:12: note: cast one or both operands to int to silence this warning
1 warning generated.
g++ -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -I. -DCONFIG_BPG_VERSION=\"0.9.2\" -g -I/Users/pbulk/build/graphics/libbpg/work/libbpg-0.9.2/jctvc -Wno-sign-compare -c -o jctvc/program_options_lite.o jctvc/program_options_lite.cpp
1 warning generated.
ar rcs libbpg.a libavcodec/hevc_cabac.o libavcodec/hevc_filter.o libavcodec/hevc.o libavcodec/hevcpred.o libavcodec/hevc_refs.o libavcodec/hevcdsp.o libavcodec/hevc_mvs.o libavcodec/hevc_ps.o libavcodec/hevc_sei.o libavcodec/utils.o libavcodec/cabac.o libavutil/mem.o libavutil/buffer.o libavutil/log2_tab.o libavutil/frame.o libavutil/pixdesc.o libavutil/md5.o libbpg.o
gcc -g -Wl,--gc-sections -o bpgdec bpgdec.o libbpg.a -L/opt/pkg/lib -Wl,-rpath,/opt/pkg/lib -lpng -ljpeg -lrt -lm -lpthread
ld: library 'rt' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake: *** [Makefile:144: bpgdec] Error 1
gmake: *** Waiting for unfinished jobs....
1 warning generated.
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/graphics/libbpg
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/graphics/libbpg