mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
gcc: fix warnings (#156)
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
# define _CRT_SECURE_NO_WARNINGS /* for windows */
|
||||
#endif
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE /* for drand48() */
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user