mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with clang
This commit is contained in:
parent
0419c3817c
commit
95e58e03cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300335
1 changed files with 11 additions and 0 deletions
11
emulators/gbe/files/patch-debug.c
Normal file
11
emulators/gbe/files/patch-debug.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- debug.c.orig 2012-07-01 20:00:16.000000000 +0200
|
||||
+++ debug.c 2012-07-01 20:00:39.000000000 +0200
|
||||
@@ -352,7 +352,7 @@
|
||||
void gbz80_debugger(void *garbage)
|
||||
{
|
||||
printf("Debugger not available!\n");
|
||||
- return 0;
|
||||
+ return;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue