public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/104593] New: Problem with va_list
@ 2022-02-18  8:57 lukaszcz18 at wp dot pl
  2022-02-18  9:00 ` [Bug c++/104593] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: lukaszcz18 at wp dot pl @ 2022-02-18  8:57 UTC (permalink / raw)
  To: gcc-bugs

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;

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-18 10:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  8:57 [Bug c++/104593] New: Problem with va_list lukaszcz18 at wp dot pl
2022-02-18  9:00 ` [Bug c++/104593] " pinskia at gcc dot gnu.org
2022-02-18  9:04 ` [Bug target/104593] " pinskia at gcc dot gnu.org
2022-02-18  9:05 ` pinskia at gcc dot gnu.org
2022-02-18  9:08 ` lukaszcz18 at wp dot pl
2022-02-18  9:57 ` redi at gcc dot gnu.org
2022-02-18 10:03 ` lukaszcz18 at wp dot pl
2022-02-18 10:17 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).