gcc에서 한 파일의 warning message만 끌 수 있나요?

escap2의 이미지

gcc 에서 유니온의 배열을 선언한 다음
초기화를 했더니
warning: initialization from incompatible pointer type
이런 warning이 뜹니다.
문제는 너무 많이 떠서 다른 warning들이 안보여서요..

그래서 어디선가 pragma로 waring을 없앨 수 있다고 하는데
VC의 경우는 많이 있지만 gcc의 경우는 통 모르겠네요
(아니면 union의 배열을 초기화 할 때 warning없이 할 방법은?)

mr.lee의 이미지

음 이거 아마 VC 전용일겁니다만 참고삼아...

#pragma warning(disable: [code, ...])

(ex)

#pragma warning(disable: 4786)
#pragma warning(disable: 1234, 2312)

혹은, 범위를 좁혀서

#pragma warning(push)
#pragma warning(disable: [code, ...])
.
.
#pragma warning(pop)

이렇게 할 수 도 있구요..

음 근데 그 warning이 컴파일러의 버그성이 아닌이상, 소스에서 경고의 원인이 되는 부분을 수정하시는게 낫지 않을까요?

ted78의 이미지

#pragma는 VC 컴파일러 전용 문법이라서 쓰실 수가 없겠네요...

나는 생각하는 갈대다?

cbycby의 이미지

ted78 wrote:
#pragma는 VC 컴파일러 전용 문법이라서 쓰실 수가 없겠네요...

#pragma pack(1)
같은것은 gcc에서 잘 되는데요...

http://www.korone.net QT 커뮤니티 사이트

zelon의 이미지

#pragma 가 전용이 아니라 뒤에 warning 이 전용이겠죠 ^^;;;

#pragma once 의 경우 gcc 에서도 되네요 ^^

-----------------------------------------------------------------------
GPL 오픈소스 윈도우용 이미지 뷰어 ZViewer - http://zviewer.wimy.com
블로그 : http://blog.wimy.com

ez8의 이미지

escap2 wrote:
gcc 에서 유니온의 배열을 선언한 다음
초기화를 했더니
warning: initialization from incompatible pointer type
이런 warning이 뜹니다.
문제는 너무 많이 떠서 다른 warning들이 안보여서요..

그래서 어디선가 pragma로 waring을 없앨 수 있다고 하는데
VC의 경우는 많이 있지만 gcc의 경우는 통 모르겠네요
(아니면 union의 배열을 초기화 할 때 warning없이 할 방법은?)

일단 warning 은 에러라고 생각하시고, 잘 분석하셔서 해결하시는게

좋습니다. 에러 메세지가 너무 많아서 보기 힘들면 에러만 화일로

뽑으셔서 보시면 됩니다.

gcc source.c 2> error.txt

이런식으로 bash 의 경우는 2> 로 표준 에러 출력을 잡을 수 있습니다.

csh 은 >& 였나 확실히 기억이 안 나는군요.

하여간 도움이 되셨기를 바랍니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.