Skip to content

Commit 3e24a44

Browse files
committed
fix build on old clang compilers
1 parent e1eb35a commit 3e24a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mfront/include/MFront/CodeGeneratorUtilities.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ namespace mfront {
378378
* \param[in] ln: line number
379379
* \param[in] f: file name
380380
*/
381-
MFRONT_VISIBILITY_EXPORT [[nodiscard]] std::string printLinePragma(
381+
MFRONT_VISIBILITY_EXPORT std::string printLinePragma(
382382
const std::size_t, std::string_view);
383383

384384
} // end of namespace mfront

0 commit comments

Comments
 (0)