Fix unhandled switch case warning.

This commit is contained in:
David Nadlinger
2012-11-06 22:53:29 +01:00
parent 0647cfb50c
commit 441419a60f

View File

@@ -217,6 +217,10 @@ int linkObjToBinaryGcc(bool sharedLib)
case OSWindows:
// FIXME: I'd assume kernel32 etc
break;
default:
// OS not yet handled, will probably lead to linker errors.
break;
}
//FIXME: enforce 64 bit