help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [bug] gst-parse.c:605:21: warning: unknown conversi


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] [bug] gst-parse.c:605:21: warning: unknown conversion type character 'O' in format [-Wformat=]
Date: Sat, 10 Mar 2018 06:50:56 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/1340 Post a follow up: http://smalltalk.gnu.org/project/comments/add/1340

Project:      GNU Smalltalk
Version:      <none>
Component:    Build
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  dcb
Updated by:   zecke
Status:       active

The warnings are annoying but they are misleading. Our "printf" comes
from the GNU snprintfv library which has a function to register
extensions (e.g. %O) to it. I think the documentation from GNU libc
applies here as well:
https://www.gnu.org/software/libc/manual/html_node/Printf-Extension-Exam....

Maybe you can see if we can teach the compiler that %O is valid and
expects an OOP?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]