mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Make -Woverloaded-virtual an error
Had to devirtualize some functions.
This commit is contained in:
parent
035ab590ec
commit
0bcece4585
4 changed files with 5 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ else()
|
|||
add_compile_options(-Werror=sign-compare)
|
||||
add_compile_options(-Werror=reorder)
|
||||
add_compile_options(-Werror=return-type)
|
||||
add_compile_options(-Werror=overloaded-virtual)
|
||||
|
||||
#TODO Clean the code so these are removed
|
||||
add_compile_options(-Wno-attributes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue