Skip to content
Snippets Groups Projects

Fix few warnings

Merged Mateusz Mikuła requested to merge mati865/relibc:warning into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -48,7 +48,7 @@ pub unsafe extern "C" fn _start() {
#[naked]
#[no_mangle]
pub unsafe extern "C" fn main(argc: isize, argv: *const *const i8) -> usize {
pub unsafe extern "C" fn main(_argc: isize, _argv: *const *const i8) -> usize {
// LD
0x1D
}
Loading