Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
d104216b
Commit
d104216b
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
icc adjustments:
Select ANSI C89 dialect plus GNU extensions, again.
parent
d086fdaf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ares/m4/cares-compilers.m4
+2
-4
2 additions, 4 deletions
ares/m4/cares-compilers.m4
m4/curl-compilers.m4
+2
-4
2 additions, 4 deletions
m4/curl-compilers.m4
with
4 additions
and
8 deletions
ares/m4/cares-compilers.m4
+
2
−
4
View file @
d104216b
...
...
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 4
3
# serial 4
5
dnl CARES_CHECK_COMPILER
...
...
@@ -559,9 +559,7 @@ AC_DEFUN([CARES_SET_COMPILER_BASIC_OPTS], [
#
dnl On unix this compiler uses gcc's header files, so
dnl we select ANSI C89 dialect plus GNU extensions.
dnl tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
dnl Select ANSI C89 dialect without GNU extensions.
tmp_CFLAGS="$tmp_CFLAGS -std=c89"
tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
dnl Change some warnings into errors
dnl #140: too many arguments in function call
dnl #147: declaration is incompatible with 'previous one'
...
...
This diff is collapsed.
Click to expand it.
m4/curl-compilers.m4
+
2
−
4
View file @
d104216b
...
...
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 4
2
# serial 4
4
dnl CURL_CHECK_COMPILER
...
...
@@ -565,9 +565,7 @@ AC_DEFUN([CURL_SET_COMPILER_BASIC_OPTS], [
#
dnl On unix this compiler uses gcc's header files, so
dnl we select ANSI C89 dialect plus GNU extensions.
dnl tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
dnl Select ANSI C89 dialect without GNU extensions.
tmp_CFLAGS="$tmp_CFLAGS -std=c89"
tmp_CFLAGS="$tmp_CFLAGS -std=gnu89"
dnl Change some warnings into errors
dnl #140: too many arguments in function call
dnl #147: declaration is incompatible with 'previous one'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment