QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

What does the warning "constant conditional branch" mean?

HI-TECH Software Frequently Asked Questions
Typically this warning will only occur if the global optimizer is enabled and the index to a for() statement is auto. What happens with something like: for(i=0; i!=10; i++) whatever; Is that the global optimizer tracks the value of "i" after the expression "i=0". It then comes the expression checking to see if i is not equal to 10. The optimizer says, of course it is not equal to 10, you just set it to zero, and issues the warning.

What does Spoiler warning mean?

The Pits Feist Page -Feist ng-FAQ
A Spoiler warning or space is a divider that gives the reader a grace period of not seeing information regarding something in a story plot or character development. There is no such thing as a Spoiler warning for a place or someone's name. But you should try to avoid stating who is the father of a character in the subject or header line. Spoiler warnings in the Header or Subject are much more effective than actual spaces in the body of the message as the reader will skip your whole message.

What does being in the flood plain mean?

Johnston County participates in the FEMA and FIRM programs. If you wish to build in the flood plain, there are certain building codes that must be met to ensure your safety. You should check with the Flood Plain Administrator for more information. Being in the flood plain means that there is a one percent chance that your property will be innundated (flooded) in any given year.

My brake warning light is on. What does it mean?

SSRSOUNY - Consumer Section - Frequently Asked Questions
If the light is on all the time, it could mean you simply forgot to release the parking (emergency) brake. The brake warning light remains on when the brake is set as a reminder. If the brake warning light remains on when the parking brake is released, then something is amiss. In some cases, the brake warning light may remain on if the switch on the parking brake pedal or lever is misadjusted. Nothing is wrong with the brakes and a simple adjustment should fix the problem.

What does this "Virus Warning Message" I received mean?

NYU > ITS > Help & Support > FAQs & Tutoria...
In order to combat the rising number of virus-infected messages coming into NYU, ITS has instituted virus scanning at its main mail gateways. When the scanner finds a virus in a message sent to or from you it will remove it. Since the message was not delivered in its entirety, the scanner sends a note to both the sender and recipient of the message (see sample below).

What does it mean if I am on Warning status?

Mercer County Community College - Frequently Asked Advisemen...
Enrollment is limited to 13 credits, or equivalent, due to indications of difficulty in the previous semester (see policy outlined in Student Handbook). To appeal your status see a counselor or division Student Advocate for assistance: office: LB213B Additional counselors are listed each semester in the notification letter to students.

What is the difference between a flood watch and a flood warning?

Santa Barbara County Public Works Department
The following is a list of definitions commonly used by the National Weather Service. See the following website for information regarding weather in your area: http://www.wrh.noaa.gov Advisory (Abbrev. ADVY) - Highlights special weather conditions that are less serious than a warning. They are for events that may cause significant inconvenience, and if caution is not exercised, it could lead to situations that may threaten life and/or property.

What does "Base Flood Elevation" mean?

First American : FAQs
A high-risk flood zone is called a Special Flood Hazard Area (SFHA). It's also known as the one-percent-annual-chance floodplain, commonly referred to as the "100-year floodplain." This term is often misunderstood. If you live in a 100-year floodplain, it does not mean that your community will only flood once every one hundred years. It means that in any given year, there is actually a 1% chance or greater that a flood zone will experience flooding that equals or exceeds its boundaries.

What does the following warning message mean?

FVS FAQs
WARNING: INITIAL STAND STOCKING OF x TREES/ACRE IS MORE THAN 5% ABOVE THE UPPER LIMIT OF y TREES/ACRE. UPPER LIMIT IS BASE ON A SDI MAXIMUM OF z , AND AN UPPER BOUND OF xx % OF MAXIMUM. MAXIMUM SDI BEING RESET TO xxx FOR FURTHER PROCESSING. In most variants, mortality is based on Stand Density Index (SDI). Stand density asymptotes at a certain percentage of the maximum SDI. This is generally 85% of maximum SDI, but a user can adjust that level.

Think about your car. Where could you move it to in the event of a flood warning?

Emergency Planning
Get into the habit of storing valuable or sentimental personal belongings upstairs or in a high place downstairs.

Q What does it mean to be post flood?

Releasing anger safely cures depression
A Post flood is not a sudden point of cure, but an arbitrary point chosen as a goal, when about 95% of the repressed anger is gone, and mood swings are minimal. Q How long will it take before I am post flood and fully recovered from emotional disorders and addictions.

If I don't get a warning about statistical significance, does that mean my results are significant?

compare-stuff.com FAQ
No, sorry. The statistical test we perform is only really suited towards detecting uncertainty when the numbers of web pages are small. You must decide for yourself what the results mean. Try some different query terms, do a few controls, try another search engine. Then decide. But remember, we don't guarantee compare-stuff.com results in any way (see the disclaimer).

When I install XMOne, I get a warning that it is an "Untrusted Application". What does this mean?

XMOne - Help
Trust" of a downloaded application is an endorsement by a cell phone manufacturer or carrier that the application is safe to install on a phone. This is to keep the user safe when downloading a program from an unknown source. However, as XMOne is offered as a service for the Laurier OneCard, in partnership with the OneCard Office, you can rest assured that XMOne is safe to install on your phone.

What does Warning...files...no longer available... mean?

VPN FAQs - UntangleWiki
If you receieve the following message when you try to download the VPN Client, your VPN Client key is no longer valid. Ask your Untangle Server administrator to recend the VPN Client key: Warning The files that you requested are no longer available, please contact your network administrator for more information

What does it mean when the battery warning light is illuminated?

Appalachian Golf Cars - Frequently Asked Questions
There are several reasons that this light could be on. In any case, you should recharge your batteries. The possible reasons are: If the light glows for 10 seconds, the charge was interrupted but you can use the car since it does have a partial charge. Charge the cart as soon as convenient.

C03) What *does* that Qua-check warning mean, anyway?

FAQ: BETA Programming Language
C04) How do I work around "*****Repetition of non simple patterns is not implemented"? [corrected in r4.0]

I get the following CDM Read Access Warning message. What does it mean and what do I need to do?

Connect 2 School - FAQ's
Click Yes if you would like to be able to access the files on your computer's hard drive from within Connect 2 School.

What does the exposure warning indicate? / What do the red areas on the image mean?

Sigma Imaging (UK) Ltd
Highlight areas of an image where detail may be lost due to overexposure will be indicated by a solid red overlay. Overexposed areas are defined as any area where the pixel values have reached 255 in at least one of the three-color channels. For example, pixels with any of the following values would qualify for the exposure warning: (0, 15, 255), (56, 255, 34), or (255, 255, 255).

What does the message ''warning: macro replacement within a string literal'' mean?

ANSI/ISO Standard C
Some pre-ANSI compilers/preprocessors interpreted macro definitions like #define TRACE(var, fmt) printf("TRACE: var = fmt\n", var) such that invocations like TRACE(i, %d); were expanded as printf("TRACE: i = %d\n", i); In other words, macro parameters were expanded even inside string literals and character constants. (This interpretation may even have been an accident of early implementations, but it can prove useful for macros like this.

I get a 'Warning: Cannot modify header information'. What does this mean?

Noah's Classifieds - the ultimate way of ads management base...
Warning: Cannot modify header information - headers already sent by (output started at file_name.php:297) it means that you have probably modified file_name.php and you left an empty line after the trailing '?>' sign of the file. Some stupid text editors write empty lines after the end of the file automatically! Delete every white spaces after the '?>' tag and the program will work again.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact