Lines 5-11
Link Here
|
5 |
|
5 |
|
6 |
# Compilation flags. Note the += does not write over the user's CFLAGS! |
6 |
# Compilation flags. Note the += does not write over the user's CFLAGS! |
7 |
-CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE |
7 |
-CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE |
8 |
+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE |
8 |
+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -D_WCHAR_T |
9 |
|
9 |
|
10 |
# additional warnings (newer GCC 3.4 and higher) |
10 |
# additional warnings (newer GCC 3.4 and higher) |
11 |
ifdef GCC_34 |
11 |
ifdef GCC_34 |