Skip to content

Comments

I fixed some errors and warnings in the code#3

Open
echozyr2001 wants to merge 3 commits intoAveek-Saha:masterfrom
echozyr2001:master
Open

I fixed some errors and warnings in the code#3
echozyr2001 wants to merge 3 commits intoAveek-Saha:masterfrom
echozyr2001:master

Conversation

@echozyr2001
Copy link

FS.c:230:33: warning: implicit declaration of function 'eturn'
It was a simple typo, I corrected it to return

FS.c:583:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'off_t' {aka 'long int'}
I eliminated the warning by changing %d to %ld, I don't know if there will be any problems

Finally I added a ignore file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant