Skip to content

Commit

Permalink
Revert "fix MythTV C++ change, register is still valid C"
Browse files Browse the repository at this point in the history
This reverts commit 1711295940e756102498dc020f8bff5f8e2c05a3.

The warnings are now suppressed in the files that include the internal headers.
  • Loading branch information
ulmus-scott committed Feb 10, 2022
1 parent 5fc46d7 commit 8d519f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/external/FFmpeg/libavcodec/get_bits.h
Expand Up @@ -31,9 +31,7 @@

/* MythTV: Prevent "ISO C++17 does not allow ‘register’ storage class
* specifier" warning. */
#ifdef __cplusplus
#define register
#endif

#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
Expand Down

0 comments on commit 8d519f9

Please sign in to comment.