Fix unused function warnings for conditionally used functions

Change-Id: Ied23c571b949abef1816914986f19b14aca3d2f3


[ROCm/clr commit: c56a82fd05]
이 커밋은 다음에 포함됨:
Matt Arsenault
2020-06-30 18:10:03 -04:00
커밋한 사람 Matthew Arsenault
부모 a2b54e7b4a
커밋 8892ba072f
4개의 변경된 파일30개의 추가작업 그리고 16개의 파일을 삭제
+3
파일 보기
@@ -727,9 +727,12 @@ bool Program::compileImplLC(const std::string& sourceCode,
// ================================================================================================
#if defined(WITH_COMPILER_LIB)
static void logFunction(const char* msg, size_t size) {
std::cout << "Compiler Log: " << msg << std::endl;
}
#endif
// ================================================================================================
bool Program::compileImplHSAIL(const std::string& sourceCode,