mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
Merge pull request #149 from orbea/strict-prototypes
Fix -Werror=strict-prototypes with clang
This commit is contained in:
commit
8bc53f3018
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ static void DrawDisplayFull(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PICO_INTERNAL void PicoFrameFull()
|
PICO_INTERNAL void PicoFrameFull(void)
|
||||||
{
|
{
|
||||||
pprof_start(draw);
|
pprof_start(draw);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue