[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: Remove -Werror

Christophe Massiot (@cmassiot) gitlab at videolan.org
Mon Jan 12 15:58:07 UTC 2026



Christophe Massiot pushed to branch master at VideoLAN / bitstream


Commits:
a5dcb3b2 by Dmitry Marakasov at 2026-01-09T18:46:59+03:00
Remove -Werror
- - - - -
41240764 by Christophe Massiot at 2026-01-12T16:57:28+01:00
Merge branch 'AMDmi3-patch-1'

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -72,7 +72,7 @@ clean:
 
 HEADER_LIST = $$(find * -name '*.h')
 
-FLAGS = -I. -Werror -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2
+FLAGS = -I. -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2
 
 compiler_c = $(CC) $(FLAGS) $(CFLAGS) -std=gnu99
 compiler_c++ = $(CXX) $(FLAGS) $(CXXFLAGS)



View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/fe563b6956438929d6e7ab7490a860f3ccd453b8...41240764d2ce9fdd228c17401f10a30e2105bdbb

-- 
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/compare/fe563b6956438929d6e7ab7490a860f3ccd453b8...41240764d2ce9fdd228c17401f10a30e2105bdbb
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the biTStream-devel mailing list