[tsunagi 59] [tamago-tsunagi] #34709: byte compile時のwarning messageを解消したい。

Back to archive index

SourceForge Ticket System norep****@sourc*****
2015年 1月 30日 (金) 08:58:52 JST


#34709: byte compile時のwarning messageを解消したい。

       登録: 2014-12-15 15:04
   最終更新: 2015-01-30 08:58

このチケットのURL:
    http://sourceforge.jp/ticket/browse.php?group_id=9668&tid=34709
このチケットのRSS feed:
    http://sourceforge.jp/ticket/ticket_rss.php?group_id=9668&tid=34709

---------------------------------------------------------------------

このチケットの最終修正/コメント:
2015-01-30 08:58 更新者: itisango

 * コンポーネント が (未割り当て) から elisp に更新されました。

---------------------------------------------------------------------
チケットの状態:

        報告者: itisango
        担当者: itisango
チケットの種類: 機能リクエスト
          状況: オープン
        優先度: 4
マイルストーン: (未割り当て)
コンポーネント: elisp
        重要度: 5 - 中
        解決法: なし
---------------------------------------------------------------------

チケットの詳細:

バイトコンパイル時に以下の警告メッセージが出る。
これらのメッセージを出さないようにプログラムを変更したい。


{{{
emacs -batch -q -no-site-file -no-init-file -l ./docomp.el -f batch-byte-compile egg.el

In toplevel form:
egg.el:47:1:Warning: defgroup for `egg' fails to specify containing group
Wrote /home/mitsutoshi/src/sourceforge.jp/tamago-tsunagi/egg.elc
emacs -batch -q -no-site-file -no-init-file -l ./docomp.el -f batch-byte-compile egg-edep.el
Wrote /home/mitsutoshi/src/sourceforge.jp/tamago-tsunagi/egg-edep.elc
emacs -batch -q -no-site-file -no-init-file -l ./docomp.el -f batch-byte-compile egg-com.el

In decode-fixed-euc-china-region:
egg-com.el:634:40:Warning: `charset-id' is an obsolete function (as of 23.1).
egg-com.el:642:17:Warning: `charset-id' is an obsolete function (as of 23.1).
egg-com.el:648:17:Warning: `charset-id' is an obsolete function (as of 23.1).
egg-com.el:650:9:Warning: `charset-id' is an obsolete function (as of 23.1).
egg-com.el:691:1:Warning: `make-coding-system' is an obsolete function (as of
    23.1); use `define-coding-system' instead.
egg-com.el:698:1:Warning: `make-coding-system' is an obsolete function (as of
    23.1); use `define-coding-system' instead.
egg-com.el:705:1:Warning: `make-coding-system' is an obsolete function (as of
    23.1); use `define-coding-system' instead.
egg-com.el:712:1:Warning: `make-coding-system' is an obsolete function (as of
    23.1); use `define-coding-system' instead.
egg-com.el:739:1:Warning: `make-coding-system' is an obsolete function (as of
    23.1); use `define-coding-system' instead.
Wrote /home/mitsutoshi/src/sourceforge.jp/tamago-tsunagi/egg-com.elc

emacs -batch -q -no-site-file -no-init-file -l ./docomp.el -f batch-byte-compile egg-cnv.el

In egg-insert-new-bunsetsu:
egg-cnv.el:863:33:Warning: `buffer-has-markers-at' is an obsolete function (as
    of 24.3).
egg-cnv.el:857:11:Warning: `buffer-has-markers-at' is an obsolete function (as
    of 24.3).
egg-cnv.el:871:58:Warning: `buffer-has-markers-at' is an obsolete function (as
    of 24.3).
egg-cnv.el:873:33:Warning: `buffer-has-markers-at' is an obsolete function (as
    of 24.3).
Wrote /home/mitsutoshi/src/sourceforge.jp/tamago-tsunagi/egg-cnv.elc

emacs -batch -q -no-site-file -no-init-file -l ./docomp.el -f batch-byte-compile egg/wnnrpc.el

In wnnrpc-check-passwd:
egg/wnnrpc.el:1643:41:Warning: value returned from (- result) is unused
Wrote /home/mitsutoshi/src/sourceforge.jp/tamago-tsunagi/egg/wnnrpc.elc


}}}


-- 
tamago-tsunagi プロジェクトのチケット情報です。
tamago-tsunagi プロジェクトはSourceForge.JPにホスティングされています。

プロジェクト URL: http://sourceforge.jp/projects/tamago-tsunagi
SourceForge.JP: http://sourceforge.jp

このチケットのURL:
    http://sourceforge.jp/ticket/browse.php?group_id=9668&tid=34709
このチケットのRSS feed:
    http://sourceforge.jp/ticket/ticket_rss.php?group_id=9668&tid=34709




Tamago-tsunagi-misc メーリングリストの案内
Back to archive index