assert(0)을 쓰니까 상수식이라고 warning이 뜨는데,.

quintus의 이미지

assert(0)을 쓰니까 상수식이라고 warning이 뜨는데..
이걸 없애 주고 싶습니다.

예를 들면..

if()
{
}
else if()
{
}
else
{ 
    assert(0);
}

이렇게 쓰는 곳에서 상수식이라고 warning이 뜨는데,
없앨 수 있는 방법이 있나요?

winner의 이미지

저도 abort 와 assert 의 명확한 관계를 몰라 assert(0) 를 쓰는 경우가 많은데
아직 warning 을 만난 기억이 없네요.

quintus의 이미지

C 책에 보니.
assert(expr) 매크로가 다음과 같이 기술될 수 있다고 해서
매크로를 정의 해보니 VC2005에서 warning이 뜨는데 (warnign level 4),
"조건식이 상수입니다" 라는 warning 을 없애고 싶습니다.

[code]
#define assert(expr)                        \
    if (!(expr)) {                          \
        printf("\n%s%s\n%s%s\n%s%d\n\n",    \
        "assertion failed: ", #expr,        \
        "in file ", __FILE__,               \
        "at line ", __LINE__);              \
        abort();                            \
    }                                       \
[/code]
quintus의 이미지

지금 정의해서 사용하고 있는 assert 매크로에서 while(1); 을 사용해서 그런 듯합니다.

#pragma warning(disable: 4127) 을 사용해서 warning을 없애긴 했는데..

또 다른 방법이 있지 않을까 싶네요.

quintus의 이미지

아니면.. do { } while (0) 같은 곳에서 나오는 warning은 어떻게 제거 해야 하나요?

익명 사용자의 이미지

모든 warning을 없애는 것 보다는 어떤 warning을 무시해도 좋은지 아는 것이 나을 것입니다. 컴파일러가 warning을 주는 것은 실수일 _가능성_을 알려주는 것이지 100% 옳거나 그르다는 것을 보여주는 것이 아닙니다. 즉, 나머지는 프로그래머가 판단해야 하는 것이죠. 만일 해당 warning이 보기 싫다고 그 부류 warning을 아예 없애면 더큰 문제가 발생할 가능성이 있죠. 혹시 #ignore_warnning_begin #ignore_warnning_end 비슷한 것이 있으면 그걸 쓰면 되겠지만, 아니라면 그냥 적절히 무시해야 할겁니다. (C계열 안쓴지 오래되서 그런것 있는지는 전혀 기억 못함)

sloth_의 이미지

int flag = 0;

while(flag)
요런것두 있슴니다
큰 의미가 있어뵈진않지만;
그래두 익명님말씀대로 워닝을 끄는것은 안좋은 생각인듯 싶구요;
워닝을 끄는쪽 보다는 뭐 좀 나을듯 생각이되는군요

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.