aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-05-14 16:23:51 -0400
committerRob Austein <sra@hactrn.net>2016-05-14 16:23:51 -0400
commitb24ea47f610ab16fc14d9deee22cc68b7d3be214 (patch)
tree0ab2e01fe83894b7a4c0463558796540255623dd /GNUmakefile
parent7ce10ab8b2351157445a281695dddae0a91f7580 (diff)
Key flag handling, more trailing whitespace cleanup.
At this point we are passing most of the unit tests in RPC loopback mode. Remaining failure is TestKeys.test_keygen_token_vs_session(), which gets HAL_ERROR_KEY_NAME_IN_USE when attempting to generate a session key and a token key with the same CKA_ID value, so clearly something is not quite right yet in the keystore selection logic.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 71ca871..07eb372 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,7 +62,7 @@ SOFLAGS := -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-z,noexecstack
LIBS := ${LIBHAL_DIR}/libhal.a ${LIBTFM_DIR}/libtfm.a ${SQLITE3_DIR}/libsqlite3.a
ifeq "${ENABLE_FOOTNOTE_WARNINGS}" "no"
- CFLAGS += -Wno-\#warnings
+ CFLAGS += -Wno-\#warnings -Wno-cpp
endif
ifeq "${ENABLE_THREADS}" "yes"