diff --git a/driver/linker.cpp b/driver/linker.cpp index 72e16e6b..d96d5911 100644 --- a/driver/linker.cpp +++ b/driver/linker.cpp @@ -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