[ET Trac] [Einstein Toolkit] #1712: Retire snprintf.c

Einstein Toolkit trac-noreply at einsteintoolkit.org
Thu Apr 16 03:16:00 CDT 2015


#1712: Retire snprintf.c
-----------------------+----------------------------------------------------
  Reporter:  eschnett  |       Owner:                     
      Type:  task      |      Status:  review             
  Priority:  minor     |   Milestone:                     
 Component:  Other     |     Version:  development version
Resolution:            |    Keywords:                     
-----------------------+----------------------------------------------------

Comment (by rhaas):

 There is a gcc warning that one can use for prototypes, however it warns
 about many benign uses of say {{{printf}}} without prototype. It is also
 only a warning and I would not want to have to rely on it (or only on its
 error-ized version from -Werror) to prevent subtle errors (since the wrong
 prototyped one will work as long as the returned address is less than 2GB)
 since we have very many other warnings that are triggered when compiling
 the full set of thorns.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1712#comment:7>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list