Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 675769 Details for
Bug 757675
sys-devel/dev86-0.16.21-r3: makeboot.c:1146:7: error: non-void function 'check_msdos' should return a value [-Wreturn-type]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for letting clang compile project successfully
dev86-0.16.21-void-return-check-msdos-clang-fix.patch (text/plain), 512 bytes, created by
Denis Pronin
on 2020-11-29 21:44:20 UTC
(
hide
)
Description:
patch for letting clang compile project successfully
Filename:
MIME Type:
Creator:
Denis Pronin
Created:
2020-11-29 21:44:20 UTC
Size:
512 bytes
patch
obsolete
>--- a/bootblocks/makeboot.c 2020-11-30 00:28:40.383078094 +0300 >+++ b/bootblocks/makeboot.c 2020-11-30 00:28:26.969025659 +0300 >@@ -183,6 +183,8 @@ > unsigned char bpb_flags[100]; > int has_bpb_overrides = 0; > >+static void check_msdos(); >+ > main(argc, argv) > int argc; > char ** argv; >@@ -1122,7 +1124,7 @@ > > /**************************************************************************/ > >-check_msdos() >+static void check_msdos() > { > decode_super(buffer); > if( dosflds[DOS_CLUST].value == 0 ) /* MSDOS v1.0 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 757675
: 675769