ci: Compile with -Werror.
1 unresolved thread
1 unresolved thread
Manually disable some warnings that are currently emitted. Eventually the warnings should be solved and -Werror should remain alone.
Merge request reports
Activity
added 1 commit
- 311602ce - demos: Do not trigger -Wmissing-prototypes for wmain().
diff --git a/include/vkd3d_windows.h b/include/vkd3d_windows.h index 7b0e972d..b35d7d0b 100644 --- a/include/vkd3d_windows.h +++ b/include/vkd3d_windows.h @@ -240,6 +240,7 @@ typedef struct SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES; #elif !defined(__WIDL__) +# define CONST_VTABLE # include <windows.h> #endif /* _WIN32 */
vkd3d_windows.h is a public header, I don't think we should be adding this here. The issue this addresses mainly affects libvkd3d, right?
added 1 commit
- 2b0a7bc5 - ci: Update the README with some recent changes.
added 10 commits
-
2b0a7bc5...1006e8cb - 5 commits from branch
wine:master
- 0377c82e - ci: Compile with -Werror.
- 7d9c0660 - ci: Store config.log as a build artifact.
- f8eee67e - vkd3d: Use CONST_VTABLE.
- cceed6e6 - demos: Do not trigger -Wmissing-prototypes for wmain().
- 0cc8928a - ci: Update the README with some recent changes.
Toggle commit list-
2b0a7bc5...1006e8cb - 5 commits from branch
added 7 commits
-
1b5e8767...39be40ce - 2 commits from branch
wine:master
- fd6c6895 - ci: Compile with -Werror.
- ef77d78a - ci: Store config.log as a build artifact.
- 627cf503 - vkd3d: Use CONST_VTABLE.
- ede1ff69 - demos: Do not trigger -Wmissing-prototypes for wmain().
- d10e94d8 - ci: Update the README with some recent changes.
Toggle commit list-
1b5e8767...39be40ce - 2 commits from branch
mentioned in merge request !385 (merged)
Please register or sign in to reply