diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-13 17:28:35 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-01-13 17:28:35 -0800 |
commit | dc1294e97c46938105194639c7bff89399ef93a5 (patch) | |
tree | fb53fd12b7b3269840dc5d9750e789c6fda0a7e7 | |
parent | edaf8752195df4202bec694a436b2c620a61d571 (diff) | |
download | vyatta-cfg-dc1294e97c46938105194639c7bff89399ef93a5.tar.gz vyatta-cfg-dc1294e97c46938105194639c7bff89399ef93a5.zip |
remove compiler warnings
* squeeze already __USE_ISOC99.
-rw-r--r-- | src/cli_parse.y | 2 | ||||
-rw-r--r-- | src/cli_val.l | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/cli_parse.y b/src/cli_parse.y index 47ba0e5..f871894 100644 --- a/src/cli_parse.y +++ b/src/cli_parse.y @@ -4,8 +4,6 @@ #include <string.h> #include <errno.h> #include <stdlib.h> - -#define __USE_ISOC99 #include <limits.h> #include "cli_val.h" diff --git a/src/cli_val.l b/src/cli_val.l index b2911a6..d568de6 100644 --- a/src/cli_val.l +++ b/src/cli_val.l @@ -1,5 +1,4 @@ %{ -#define __USE_ISOC99 #include <limits.h> #include "cli_val.h" |