summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-16 21:39:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-16 21:39:36 +0200
commit71489e227c4674808df068b72f8907f0d57dc374 (patch)
treee8e518597e3ec3466eb98dbd15a84b410dc17017
parent25cdf69ca3aeebffba6c8fdcc7af165df84b2be4 (diff)
downloadcurl-bagder/checksrc-stripcpp.tar.gz
fixup remove exceptions for preprocessor directivesbagder/checksrc-stripcpp
-rw-r--r--tests/libtest/lib557.c1
-rw-r--r--tests/libtest/test.h4
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c
index b6b8bec1f..c17fab276 100644
--- a/tests/libtest/lib557.c
+++ b/tests/libtest/lib557.c
@@ -1556,7 +1556,6 @@ static int test_weird_arguments(void)
}
/* DBL_MAX value from Linux */
-/* !checksrc! disable PLUSNOSPACE 1 */
#define MAXIMIZE -1.7976931348623157081452E+308
static int test_float_formatting(void)
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index ffa78d00d..e3bad1748 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -20,8 +20,6 @@
*
***************************************************************************/
-/* !checksrc! disable ASSIGNWITHINCONDITION 14 */
-
/* Now include the curl_setup.h file from libcurl's private libdir (the source
version, but that might include "curl_config.h" from the build dir so we
need both of them in the include path), so that we get good in-depth