mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Enable -Wunused-function warning
This commit is contained in:
parent
4c1026436f
commit
8e6e57de86
14 changed files with 18 additions and 94 deletions
|
|
@ -43,7 +43,7 @@ namespace input
|
|||
unsigned int pclass_profile; // See CELL_PAD_PCLASS_PROFILE flags
|
||||
};
|
||||
|
||||
static product_info get_product_info(product_type type)
|
||||
inline product_info get_product_info(product_type type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
@ -83,7 +83,7 @@ namespace input
|
|||
}
|
||||
}
|
||||
|
||||
static std::vector<product_info> get_products_by_class(int class_id)
|
||||
inline std::vector<product_info> get_products_by_class(int class_id)
|
||||
{
|
||||
switch (class_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue