Skip to content

Commit be6e79e

Browse files
committed
Fix warnings
1 parent 40b8f3d commit be6e79e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ static std::string toString(const simplecpp::OutputList &outputList)
223223
case simplecpp::Output::Type::PORTABILITY_BACKSLASH:
224224
ostr << "portability_backslash,";
225225
break;
226+
case simplecpp::Output::Type::PORTABILITY_LINE_DIRECTIVE:
227+
ostr << "portability_line_directive,";
228+
break;
226229
case simplecpp::Output::Type::PORTABILITY_NO_EOF_NEWLINE:
227230
ostr << "portability_no_eof_newline,";
228231
break;

0 commit comments

Comments
 (0)