GCC 6.3 warning in commit a18ab76

Issue #317 resolved
shinchiro created an issue
In file included from ./x265/source/x265.cpp:30:0:
./x265/source/x265cli.h: In function 'void x265::showHelp(x265_param*)':
./x265/source/x265cli.h:347:134: warning: format '%f' expects argument of type 'double', but argument 2 has type 'const char*' [-Wformat=]
     H0("   --[no-]ssim-rd                Enable ssim rate distortion optimization, 0 to disable. Default %.1f\n", OPT(param->bSsimRd));
                                                                                                                                      ^
./x265/source/x265cli.h:347:134: warning: format '%f' expects argument of type 'double', but argument 2 has type 'const char*' [-Wformat=]

Comments (2)

  1. Log in to comment