]> git.ipfire.org Git - thirdparty/shadow.git/commit
Use strict prototype in definition
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 6 Mar 2023 15:50:30 +0000 (16:50 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 20 Mar 2023 07:47:52 +0000 (08:47 +0100)
commit37bf59067f2a2dc2af676bf78de7ef435db90768
tree8a35e339f62c1e1358eaa8ce848cd151528a7168
parente638841f5a2cba0716e188245a12efe0a1f78cf9
Use strict prototype in definition

    gettime.c:25:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    /*@observer@*/time_t gettime ()
                                 ^
                                  void
libmisc/gettime.c