mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix unhandled switch case warning.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user