Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
metaclass
's journal
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
site
light
IT-redneck
Warnings off
Warnings off
May
.
28th
,
2007
02:23 pm
metaclass
Сабж есть анафема и каторга.
Flat
|
Top-Level Comments Only
no subject
Date:
2007-05-28 11:43 am (UTC)
From:
atzkey.livejournal.com
Я начинаю свои программы так:
#!/usr/bin/ruby -w
Или так:
#!/usr/bin/perl -w
use strict;
Или компилирую их с помощью:
gcc -Wall ...
no subject
Date:
2007-05-28 01:17 pm (UTC)
From:
victorgr.livejournal.com
Тада уж use warnings;
no subject
Date:
2007-05-28 01:19 pm (UTC)
From:
atzkey.livejournal.com
The "warnings" pragma is a replacement for the command line flag "-w", but the pragma is limited to the enclosing block, while the flag is global.
no subject
Date:
2007-05-29 08:39 pm (UTC)
From:
x-a-e-p.livejournal.com
У мну как-то чаще -Werror...
5 comments
Reply
Flat
|
Top-Level Comments Only
Profile
metaclass
Recent Entries
Archive
Reading
Tags
Memories
Profile
April
2017
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Most Popular Tags
2.0
-
1 use
algebraic datatypes
-
1 use
attoparsec
-
2 uses
c#
-
1 use
cemetary
-
1 use
cfb
-
1 use
ci
-
1 use
cityinfo
-
1 use
clojure
-
17 uses
dbms
-
6 uses
dependent types
-
1 use
f#
-
12 uses
feedback
-
1 use
firebird
-
3 uses
fold
-
1 use
fp
-
57 uses
gnuradio
-
1 use
haskell
-
10 uses
iteratees
-
2 uses
java
-
4 uses
juick
-
1 use
mcrypt_mode_cfb
-
1 use
metaprogramming
-
3 uses
must-repost-it
-
1 use
nemerle
-
1 use
openssl
-
1 use
programming
-
1 use
python
-
2 uses
rdbms
-
3 uses
records
-
2 uses
replication
-
1 use
rtlsdr
-
1 use
scala
-
11 uses
special-enterprise-olympics
-
5 uses
sql
-
3 uses
structural typing
-
1 use
t4
-
1 use
type
-
1 use
бабы
-
1 use
вата
-
1 use
гамон
-
1 use
ежикикактус
-
1 use
земельный налог
-
1 use
й
-
1 use
кароўнікі
-
1 use
кодогенерация
-
2 uses
метапрограммирование
-
1 use
опердень
-
3 uses
пекла
-
1 use
платы
-
1 use
Page Summary
atzkey.livejournal.com
-
(no subject)
Style Credit
Style:
Neutral Good
for
Practicality
by
timeasmymeasure
Expand Cut Tags
No cut tags
Page generated Aug. 9th, 2025 07:47 am
Powered by
Dreamwidth Studios
no subject
Date: 2007-05-28 11:43 am (UTC)#!/usr/bin/ruby -w
Или так:
#!/usr/bin/perl -w
use strict;
Или компилирую их с помощью:
gcc -Wall ...
no subject
Date: 2007-05-28 01:17 pm (UTC)no subject
Date: 2007-05-28 01:19 pm (UTC)no subject
Date: 2007-05-29 08:39 pm (UTC)