Fix warning on Macs.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10117 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
1b1a402b3d
commit
3cea69221b
|
@ -103,6 +103,11 @@ switch (type)
|
|||
/* * */
|
||||
return RegisterClipboardFormatA(format);
|
||||
|
||||
#elif defined(WZ_WS_MAC)
|
||||
/* * */
|
||||
// Meaningless value to prevent "control reaches end of non-void function" warning
|
||||
return 0;
|
||||
|
||||
#endif /* scrap type */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue