summaryrefslogtreecommitdiffstats
path: root/src/hdf5-lin.lnt
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-16 04:36:57 (GMT)
committerGitHub <noreply@github.com>2023-06-16 04:36:57 (GMT)
commitde2cbcf891bc3ea483743cf800beb4f2a6447ed7 (patch)
tree14d526ac6b56114c14bd218b10e1d5aaa78b8b8c /src/hdf5-lin.lnt
parent966d7e1055e95cb63903489c0ef99ac0384e033b (diff)
downloadhdf5-de2cbcf891bc3ea483743cf800beb4f2a6447ed7.zip
hdf5-de2cbcf891bc3ea483743cf800beb4f2a6447ed7.tar.gz
hdf5-de2cbcf891bc3ea483743cf800beb4f2a6447ed7.tar.bz2
Removed .lnt linter files (#3143)
These were last usefully modified in 2004
Diffstat (limited to 'src/hdf5-lin.lnt')
-rw-r--r--src/hdf5-lin.lnt21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/hdf5-lin.lnt b/src/hdf5-lin.lnt
deleted file mode 100644
index 23ceed2..0000000
--- a/src/hdf5-lin.lnt
+++ /dev/null
@@ -1,21 +0,0 @@
-// Define the __func__ macro so we don't get warnings about using it.
--d__func__="NoFunctionName"
-
-// Needed for gcc assert() macro
--function(exit,__assert_fail)
-
-// Needed to allow 'long long' with gcc
-+fll
-
-// Suppress message about "Constant value boolean" in assert macros
--emacro(506,assert)
-
-// Turn off warnings about not using the return value from these functions:
--emacro(534,HDfflush,HDgetrusage,HDgettimeofday,HDputc)
-
-// Suppress message about "Expression with side effects passed to repeated parameter 1 in macro 'assert'"
--esym(666,assert)
-
-// Include shared lint options file
-hdf5.lnt
-