https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104593

            Bug ID: 104593
           Summary: Problem with va_list
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lukaszcz18 at wp dot pl
  Target Milestone: ---

I use vvenc/vvdec c++14
https://github.com/fraunhoferhhi/vvenc/commit/69469d7ac5de882d9f5e12b24ee87f376df20262

In file included from AffineGradientSearch.h:53,
                 from AffineGradientSearch.cpp:57:
CommonDef.h:595:62: warning: ignoring attributes on template argument
'void(void*, int, const char*, va_list)' {aka 'void(void*, int, const char*,
char*)'} [-Wignored-attributes]
  595 | extern std::function<void( void*, int, const char*, va_list )>
g_msgFnc;

Reply via email to