forked from github/server
gcc warning
This commit is contained in:
parent
28c951bdfd
commit
2267373b2e
2
clibs
2
clibs
|
@ -1 +1 @@
|
|||
Subproject commit 27c8b3202b52766465743c3324fc0b52c5ba4b11
|
||||
Subproject commit f91ef37f08c5244bf616f1836c0aa9caaf36805c
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit d88983c7ff4bc3a4884a7c3f74e8190bac5eab23
|
||||
Subproject commit f1fb3943ace59994d90d71a891b80033dc2700a2
|
|
@ -31,7 +31,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
static double popularity()
|
||||
static double popularity(void)
|
||||
{
|
||||
return 1.0 / (MORALE_AVERAGE - MORALE_COOLDOWN); /* 10 turns average */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue