Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
af8acb87
Commit
af8acb87
authored
Jul 15, 2003
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
More updates.
parent
8b6f86dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/warnings.sed
+7
-1
7 additions, 1 deletion
scripts/warnings.sed
with
7 additions
and
1 deletion
scripts/warnings.sed
+
7
−
1
View file @
af8acb87
# This sed script removes known warnings for the benefit of Xenofarm.
# NOTE: the "?" and "|" operators are not portable. Don't use them.
# FIXME (bug 976): Lots of warnings from regex.c.
/
regex
\.
c
/
d
...
...
@@ -30,7 +32,8 @@
#
# Examples: AIX 4.2 on hal.lysator.liu.se, AIX 4.3 on
# dupond.lysator.liu.se.
/
getopt1?
\.
c:
.*
: warning: function declaration isn't a prototype
/
d
/
getopt
\.
c:
.*
: warning: function declaration isn't a prototype
/
d
/
g
eto
p
t1\.
c
:.*: warning: function declaration isn't a prototype/d
# This is a harmless comparison of the return value of strlen() and
# a difference between two pointers. Warning created on AIX 4.3 with
...
...
@@ -53,5 +56,8 @@
# Linux on ia64. gcc-2.96. soyokaze.roxen.com as of 2003-01-18.
/
\/
usr
\/
include
\/
bits
\/
socket
\.
h:271: warning: cast increases required alignment of target type
/
d
# Linux on ia64. gcc-2.96. gosroth.roxen.com as of 2003-07-16.
/
\/
usr
\/
include
\/
bits
\/
socket
\.
h:268: warning: cast increases required alignment of target type
/
d
# Linux on ia64 with the ecc compiler. soyokaze.roxen.com as of 2003-01-18.
/
warning #688: "format" is an unrecognized __declspec attribute
/
d
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