Skip to content

Commit d49d054

Browse files
committed
Muffle a warning
1 parent 0b0ede2 commit d49d054

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Basic/Version.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ std::string getSwiftFullVersion() {
338338
printFullRevisionString(OS);
339339
OS << ")";
340340
#endif
341+
342+
// Suppress unused function warning
343+
(void) printFullRevisionString;
344+
341345
return OS.str();
342346
}
343347

0 commit comments

Comments
 (0)