Skip to content
Snippets Groups Projects

demux/mkv: fix iso_color_tables with C++ compatibility

Merged Steve Lhomme requested to merge robUx4/vlc:iso-array-designators into master
All threads resolved!

Array designators are extensions of C99 and are not supposed to be used from C++ code. We just use the code from C.

warning: array designators are a C99 extension [-Wc99-designator]

Edited by Steve Lhomme

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading