Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/Chapter04/Listing04.62.LineWarning.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ public class Program
{
public static void Main()
{
#region INCLUDE
#line 113 "TicTacToe.cs"
#warning "Same move allowed multiple times."
#line default
// Duplicating content to add line numbers
/*
#region INCLUDE
124. #line 113 "TicTacToe.cs"
125. #warning "Same move allowed multiple times."
126. #line default
#endregion INCLUDE
*/
}
}
Loading