소스 검색

ft:去掉编译警告

master
SisMaker 1 년 전
부모
커밋
32db290a09
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/comMisc/utReadRec.erl
  2. +1
    -1
      src/hexMap/hexMap.erl
  3. +1
    -1
      src/template/utEtsFold.erl

+ 1
- 1
src/comMisc/utReadRec.erl 파일 보기

@ -1,5 +1,5 @@
-module(utReadRec).
-compile([export_all]).
-compile([export_all, nowarn_export_all]).
read_records(FileOrModule, Opts0) ->
Opts = lists:delete(report_warnings, Opts0),

+ 1
- 1
src/hexMap/hexMap.erl 파일 보기

@ -2,7 +2,7 @@
-module(hexMap).
-include("utComMisc.hrl").
-compile([export_all]).
-compile([export_all, nowarn_export_all]).
%%线 http://zvold.blogspot.com/2010/01/bresenhams-line-drawing-algorithm-on_26.html
-define(samePoint(SX, SY, TX, TY), SX == TX andalso SY == TY).

+ 1
- 1
src/template/utEtsFold.erl 파일 보기

@ -2,7 +2,7 @@
-include_lib("stdlib/include/ms_transform.hrl").
%% ordered_set和由单个 ETS (select/2)(Next ) safe_fixtable/ 2
-compile([export_all]).
-compile([export_all, nowarn_export_all]).
-export([rank/5, fold/2, fold/3]).

불러오는 중...
취소
저장