Skip to content

Commit

Permalink
Temp fix CI warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Nov 17, 2023
1 parent f711806 commit 0f22d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/flamegpu/detail/JitifyCache.cu
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ std::vector<std::filesystem::path> getIncludeDirs() {
}
return rtn;
}
/* Temp comment to suppress warning in CUDA 11.0 CI
std::string loadFile(const std::filesystem::path &filepath) {
std::ifstream ifs;
ifs.open(filepath, std::ifstream::binary);
Expand All @@ -96,7 +97,7 @@ std::string loadFile(const std::filesystem::path &filepath) {
ifs.close();
return rtn;
}

*/
/**
* Find the cuda include directory.
* Throws exceptions if it can not be found.
Expand Down

0 comments on commit 0f22d60

Please sign in to comment.