Files
swift-mirror/stdlib/public/stubs/Stubs.cpp
Saleem Abdulrasool 302ce638eb stubs: silence unused function warning
When building on Linux, the definition of `swift_snprintf_l` would cause
an unused function warning.  Expand the scope of the preprocessor guard
to encompass the function for the single use.  This avoids the unused
function warning.
2018-04-13 18:07:07 -07:00

13 KiB