forked from OSchip/llvm-project
parent
711284b017
commit
eea05ec3f3
|
@ -112,4 +112,9 @@ int32_t __isOSVersionAtLeast(int32_t Major, int32_t Minor, int32_t Subminor) {
|
|||
return Subminor <= GlobalSubminor;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* Silence an empty translation unit warning. */
|
||||
typedef int unused;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue