mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 00:02:31 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
c1717fc028
commit
25fb69a7a5
@ -38,7 +38,7 @@ A pull request may be asked to fix the coding style before submission.
|
|||||||
In other cases, a pull request may be followed up with a "style nit commit".
|
In other cases, a pull request may be followed up with a "style nit commit".
|
||||||
|
|
||||||
## Non-obvious things:
|
## Non-obvious things:
|
||||||
- Code should be both ISO C99 and ISO C++ compatible. This dual requirement is for XBox360 and MSVC in general. Think of it as a C++ compatible subset of C99.
|
- Code should be both C89 and ISO C++ compatible. This dual requirement is for XBox360 and MSVC in general. Think of it as a C++ compatible subset of C99.
|
||||||
- Warnings are not allowed (-Wall). Make sure your code is warning-free. Note that warning sensitivity differs a bit across compiler versions.
|
- Warnings are not allowed (-Wall). Make sure your code is warning-free. Note that warning sensitivity differs a bit across compiler versions.
|
||||||
- Using deprecated APIs is discouraged.
|
- Using deprecated APIs is discouraged.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user