-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3adf181
commit 31dc8bc
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
c/misra/test/rules/RULE-1-5/StandardLibraryInputoutputFunctionsUsed.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
| test.c:57:3:57:8 | call to ungetc | Call to banned function ungetc. | | ||
| test.c:60:3:60:7 | call to fread | Call to banned function fread. | | ||
| test.c:62:3:62:8 | call to ungetc | Call to banned function ungetc. | | ||
| test.c:55:3:55:8 | call to ungetc | Call to banned function ungetc. | | ||
| test.c:58:3:58:7 | call to fread | Call to banned function fread. | | ||
| test.c:60:3:60:8 | call to ungetc | Call to banned function ungetc. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters