mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 07:27:42 -04:00
Silence warning
This commit is contained in:
parent
f6198777f9
commit
9d37e3b9d9
@ -9,8 +9,8 @@
|
||||
#include <system.hpp>
|
||||
|
||||
int main(int argc, char* argv[]){
|
||||
for(size_t i = 0; i < argc; ++i){
|
||||
for(size_t i = 0; i < size_t(argc); ++i){
|
||||
print_line(argv[i]);
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user